Color Hex Logo

#699cca Color Hex

#699CCA
(105,156,202)
0 Favorites   0 Comments

Color spaces of #699cca

RGB 105156202
HSL0.580.480.60
HSV208°48°79°
CMYK 0.480.230.00   0.21
XYZ28.374831.044560.3738
Yxy31.04450.23690.2592
Hunter Lab55.7176-6.6027-25.2424
CIE-Lab62.5452-4.3863-28.8856

#699cca color RGB value is (105,156,202).

#699cca hex color red value is 105, green value is 156 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #699cca hue: 0.58 , saturation: 0.48 and the lightness value of 699cca is 0.60.

The process color (four color CMYK) of #699cca color hex is 0.48, 0.23, 0.00, 0.21. Web safe color of #699cca is #6699cc. Color #699cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10011100 11001010
Octal 151 234 312
Decimal 105 156 202
Hex 69 9C CA

RGB Percentages of Color #699cca

%22.68
%33.69
%43.63

CMYK Percentages of Color #699cca

%48
%23
%0
%21

Triadic Colors of #699cca

#699cca #ca699c #9cca69

Analogous Colors of #699cca

#699cca #696cca #69cac8

Monochromatic Colors of #699cca

#699cca

Complementary Color

#699cca #ca9769

#699cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#699cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#699cca Color CSS Codes

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

#699cca Text Font Color

<p style="color:#699cca">Text here</p>

This sample text font color is #699cca
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.


#699cca Background Color

<div style="background-color:#699cca">
Div content here</div>

This div background color is #699cca


#699cca Border Color

<div style="border:3px solid #699cca">
Div here</div>

This div border color is #699cca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,156,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #699cca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #699cca;
  -webkit-box-shadow: 1px 1px 3px 2px #699cca;
  box-shadow:         1px 1px 3px 2px #699cca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #699cca


Comments

No comments written yet.

Please login to write comment.