#69979B

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

Shades of Cadet Blue #69979B

Tints of Cadet Blue #69979B

Color information

#69979B (or 0x69979B) is unknown color: approx Cadet Blue. HEX triplet: 69, 97 and 9B. RGB value is (105,151,155). Sum of RGB (Red+Green+Blue) = 105+151+155=411 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.55% from 411); Green value is 151 (59.38% from 255 or 36.74% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 155 - color contains mainly: blue. Hex color #69979B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69979B is #966864. Grayscale: #898989. Windows color (decimal): -9857125 or 10196841. OLE color: 10196841.

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

Color convert

RGB105151155-
CMYK0.320.0300.39
HSL184.8º20%50.98%-
HSV(B)184.8º32.26%60.78%-
XYZ22.8127.535.12-
YUV137.7137.76104.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.55%
GREEN value IS 151 (59.38% from 255) = 36.74%
BLUE value IS 155 (60.94% from 255) = 37.71%
R=25.55%
G=36.74%
B=37.71%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1051511550.320.0300.39184.82050.98
Hex69979B203027b91433
Octal1512272334030472712463
Binary110100110010111100110111000001101001111011100110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69979B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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