#699DA4

Color #699DA4 Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #699DA4

Tints of Cadet Blue #699DA4

Color information

#699DA4 (or 0x699DA4) is unknown color: approx Cadet Blue. HEX triplet: 69, 9D and A4. RGB value is (105,157,164). Sum of RGB (Red+Green+Blue) = 105+157+164=426 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.65% from 426); Green value is 157 (61.72% from 255 or 36.85% from 426); Blue value is 164 (64.45% from 255 or 38.50% from 426); Max value from RGB is 164 - color contains mainly: blue. Hex color #699DA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699DA4 is #96625B. Grayscale: #8E8E8E. Windows color (decimal): -9855580 or 10788201. OLE color: 10788201.

HSL color Cylindrical-coordinate representation of color #699DA4: hue angle of 187.12º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #699DA4 is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB105157164-
CMYK0.360.0400.36
HSL187.12º24.48%52.75%-
HSV(B)187.12º35.98%64.31%-
XYZ24.5829.839.58-
YUV142.25140.27101.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 24.65%
GREEN value IS 157 (61.72% from 255) = 36.85%
BLUE value IS 164 (64.45% from 255) = 38.50%
R=24.65%
G=36.85%
B=38.50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1051571640.360.0400.36187.1224.4852.75
Hex699DA4244024bb1835
Octal1512352444440442733065
Binary1101001100111011010010010010010001001001011101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699DA4; }

 p { color: rgb(105,157,164); }

 H1.HeaderClassName
 {
   color: #699DA4;
 }
 .AnyTagClassName
 {
   color: #699DA4;
 }
</style>
background-color css

<style>
 a { background-color: #699DA4; }

 a { background-color: rgb(105,157,164); }

 div.DivClassName
 {
   background-color: #699DA4;
 }
 .BgClassName
 {
   background-color: #699DA4;
 }
</style>
border-color css

<style>
 span { border-color: #699DA4; }

 span { border-color: rgb(105,157,164); }

 td.TdClassName
 {
   border-color: #699DA4;
 }
 .TagClassName
 {
   border-color: #699DA4;
 }
</style>