#63969C

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

Shades of Cadet Blue #63969C

Tints of Cadet Blue #63969C

Color information

#63969C (or 0x63969C) is unknown color: approx Cadet Blue. HEX triplet: 63, 96 and 9C. RGB value is (99,150,156). Sum of RGB (Red+Green+Blue) = 99+150+156=405 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.44% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 156 (61.33% from 255 or 38.52% from 405); Max value from RGB is 156 - color contains mainly: blue. Hex color #63969C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63969C is #9C6963. Grayscale: #878787. Windows color (decimal): -10250596 or 10262115. OLE color: 10262115.

HSL color Cylindrical-coordinate representation of color #63969C: hue angle of 186.32º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #63969C is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB99150156-
CMYK0.370.0400.39
HSL186.32º22.35%50%-
HSV(B)186.32º36.54%61.18%-
XYZ22.0526.8735.48-
YUV135.44139.6102.01-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.44%
GREEN value IS 150 (58.98% from 255) = 37.04%
BLUE value IS 156 (61.33% from 255) = 38.52%
R=24.44%
G=37.04%
B=38.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal991501560.370.0400.39186.3222.3550
Hex63969C254027ba1632
Octal1432262344540472722662
Binary1100011100101101001110010010110001001111011101010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63969C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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