Color Hex Logo

#6997dc Color Hex

#6997DC
(105,151,220)
0 Favorites   0 Comments

Color spaces of #6997dc

RGB 105151220
HSL0.600.620.64
HSV216°52°86°
CMYK 0.520.310.00   0.14
XYZ29.810630.303871.9882
Yxy30.30380.22570.2294
Hunter Lab55.04890.3275-39.0001
CIE-Lab61.91553.8720-39.8960

#6997dc color RGB value is (105,151,220).

#6997dc hex color red value is 105, green value is 151 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6997dc hue: 0.60 , saturation: 0.62 and the lightness value of 6997dc is 0.64.

The process color (four color CMYK) of #6997dc color hex is 0.52, 0.31, 0.00, 0.14. Web safe color of #6997dc is #6699cc. Color #6997dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10010111 11011100
Octal 151 227 334
Decimal 105 151 220
Hex 69 97 DC

RGB Percentages of Color #6997dc

%22.06
%31.72
%46.22

CMYK Percentages of Color #6997dc

%52
%31
%0
%14

Triadic Colors of #6997dc

#6997dc #dc6997 #97dc69

Analogous Colors of #6997dc

#6997dc #7569dc #69d1dc

Monochromatic Colors of #6997dc

#6997dc

Complementary Color

#6997dc #dcae69

#6997dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6997dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6997dc Color CSS Codes

.mybgcolor {background-color:#6997dc; } 
.myforecolor {color:#6997dc; }
.mybordercolor {border:3px solid #6997dc; }

#6997dc Text Font Color

<p style="color:#6997dc">Text here</p>

This sample text font color is #6997dc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6997dc Background Color

<div style="background-color:#6997dc">
Div content here</div>

This div background color is #6997dc


#6997dc Border Color

<div style="border:3px solid #6997dc">
Div here</div>

This div border color is #6997dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,151,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6997dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6997dc;
  -webkit-box-shadow: 1px 1px 3px 2px #6997dc;
  box-shadow:         1px 1px 3px 2px #6997dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,151,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6997dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6997dc;
  -webkit-box-shadow: 1px 1px 3px 2px #6997dc;
  box-shadow:         1px 1px 3px 2px #6997dc;">
Div content here</div>

This div box has shadow with color #6997dc


Comments

No comments written yet.

Please login to write comment.