#69979D

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

Shades of Cadet Blue #69979D

Tints of Cadet Blue #69979D

Color information

#69979D (or 0x69979D) is unknown color: approx Cadet Blue. HEX triplet: 69, 97 and 9D. RGB value is (105,151,157). Sum of RGB (Red+Green+Blue) = 105+151+157=413 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.42% from 413); Green value is 151 (59.38% from 255 or 36.56% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 157 - color contains mainly: blue. Hex color #69979D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69979D is #966862. Grayscale: #898989. Windows color (decimal): -9857123 or 10327913. OLE color: 10327913.

HSL color Cylindrical-coordinate representation of color #69979D: hue angle of 186.92º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #69979D is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB105151157-
CMYK0.330.0400.38
HSL186.92º20.97%51.37%-
HSV(B)186.92º33.12%61.57%-
XYZ22.9827.5736.01-
YUV137.93138.76104.51-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.42%
GREEN value IS 151 (59.38% from 255) = 36.56%
BLUE value IS 157 (61.72% from 255) = 38.01%
R=25.42%
G=36.56%
B=38.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051511570.330.0400.38186.9220.9751.37
Hex69979D214026bb1533
Octal1512272354140462732563
Binary1101001100101111001110110000110001001101011101110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69979D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69979D; }

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

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

<style>
 a { background-color: #69979D; }

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

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

<style>
 span { border-color: #69979D; }

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

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