#699E9D

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

Shades of Cadet Blue #699E9D

Tints of Cadet Blue #699E9D

Color information

#699E9D (or 0x699E9D) is unknown color: approx Cadet Blue. HEX triplet: 69, 9E and 9D. RGB value is (105,158,157). Sum of RGB (Red+Green+Blue) = 105+158+157=420 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25% from 420); Green value is 158 (62.11% from 255 or 37.62% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 158 - color contains mainly: green. Hex color #699E9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699E9D is #966162. Grayscale: #8D8D8D. Windows color (decimal): -9855331 or 10329705. OLE color: 10329705.

HSL color Cylindrical-coordinate representation of color #699E9D: hue angle of 178.87º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #699E9D is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB105158157-
CMYK0.3400.010.38
HSL178.87º21.46%51.57%-
HSV(B)178.87º33.54%61.96%-
XYZ24.1429.8936.4-
YUV142.04136.44101.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25%
GREEN value IS 158 (62.11% from 255) = 37.62%
BLUE value IS 157 (61.72% from 255) = 37.38%
R=25%
G=37.62%
B=37.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051581570.3400.010.38178.8721.4651.57
Hex699E9D220126b31534
Octal1512362354201462632564
Binary11010011001111010011101100010011001101011001110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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