#69989C

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

Shades of Cadet Blue #69989C

Tints of Cadet Blue #69989C

Color information

#69989C (or 0x69989C) is unknown color: approx Cadet Blue. HEX triplet: 69, 98 and 9C. RGB value is (105,152,156). Sum of RGB (Red+Green+Blue) = 105+152+156=413 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.42% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 156 - color contains mainly: blue. Hex color #69989C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69989C is #966763. Grayscale: #8A8A8A. Windows color (decimal): -9856868 or 10262633. OLE color: 10262633.

HSL color Cylindrical-coordinate representation of color #69989C: hue angle of 184.71º 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 #69989C is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB105152156-
CMYK0.330.0300.39
HSL184.71º20.48%51.18%-
HSV(B)184.71º32.69%61.18%-
XYZ23.0527.8635.61-
YUV138.4137.93104.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.42%
GREEN value IS 152 (59.77% from 255) = 36.80%
BLUE value IS 156 (61.33% from 255) = 37.77%
R=25.42%
G=36.80%
B=37.77%

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
Decimal1051521560.330.0300.39184.7120.4851.18
Hex69989C213027b91433
Octal1512302344130472712463
Binary110100110011000100111001000011101001111011100110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69989C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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