#69969C

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

Shades of Cadet Blue #69969C

Tints of Cadet Blue #69969C

Color information

#69969C (or 0x69969C) is unknown color: approx Cadet Blue. HEX triplet: 69, 96 and 9C. RGB value is (105,150,156). Sum of RGB (Red+Green+Blue) = 105+150+156=411 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.55% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 156 - color contains mainly: blue. Hex color #69969C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69969C is #966963. Grayscale: #898989. Windows color (decimal): -9857380 or 10262121. OLE color: 10262121.

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

Color convert

RGB105150156-
CMYK0.330.0400.39
HSL187.06º20.48%51.18%-
HSV(B)187.06º32.69%61.18%-
XYZ22.7327.2235.51-
YUV137.23138.59105.01-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.55%
GREEN value IS 150 (58.98% from 255) = 36.50%
BLUE value IS 156 (61.33% from 255) = 37.96%
R=25.55%
G=36.50%
B=37.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1051501560.330.0400.39187.0620.4851.18
Hex69969C214027bb1433
Octal1512262344140472732463
Binary1101001100101101001110010000110001001111011101110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69969C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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