#69989D

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

Shades of Cadet Blue #69989D

Tints of Cadet Blue #69989D

Color information

#69989D (or 0x69989D) is unknown color: approx Cadet Blue. HEX triplet: 69, 98 and 9D. RGB value is (105,152,157). Sum of RGB (Red+Green+Blue) = 105+152+157=414 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.36% from 414); Green value is 152 (59.77% from 255 or 36.71% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 157 - color contains mainly: blue. Hex color #69989D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69989D is #966762. Grayscale: #8A8A8A. Windows color (decimal): -9856867 or 10328169. OLE color: 10328169.

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

Color convert

RGB105152157-
CMYK0.330.0300.38
HSL185.77º20.97%51.37%-
HSV(B)185.77º33.12%61.57%-
XYZ23.1427.8936.06-
YUV138.52138.43104.09-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.36%
GREEN value IS 152 (59.77% from 255) = 36.71%
BLUE value IS 157 (61.72% from 255) = 37.92%
R=25.36%
G=36.71%
B=37.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051521570.330.0300.38185.7720.9751.37
Hex69989D213026ba1533
Octal1512302354130462722563
Binary110100110011000100111011000011101001101011101010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69989D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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