#69979C

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

Shades of Cadet Blue #69979C

Tints of Cadet Blue #69979C

Color information

#69979C (or 0x69979C) is unknown color: approx Cadet Blue. HEX triplet: 69, 97 and 9C. RGB value is (105,151,156). Sum of RGB (Red+Green+Blue) = 105+151+156=412 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.49% from 412); Green value is 151 (59.38% from 255 or 36.65% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 156 - color contains mainly: blue. Hex color #69979C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69979C is #966863. Grayscale: #898989. Windows color (decimal): -9857124 or 10262377. OLE color: 10262377.

HSL color Cylindrical-coordinate representation of color #69979C: hue angle of 185.88º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #69979C is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB105151156-
CMYK0.330.0300.39
HSL185.88º20.48%51.18%-
HSV(B)185.88º32.69%61.18%-
XYZ22.8927.5435.56-
YUV137.82138.26104.59-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.49%
GREEN value IS 151 (59.38% from 255) = 36.65%
BLUE value IS 156 (61.33% from 255) = 37.86%
R=25.49%
G=36.65%
B=37.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1051511560.330.0300.39185.8820.4851.18
Hex69979C213027ba1433
Octal1512272344130472722463
Binary110100110010111100111001000011101001111011101010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69979C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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