#63969D

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

Shades of Cadet Blue #63969D

Tints of Cadet Blue #63969D

Color information

#63969D (or 0x63969D) is unknown color: approx Cadet Blue. HEX triplet: 63, 96 and 9D. RGB value is (99,150,157). Sum of RGB (Red+Green+Blue) = 99+150+157=406 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.38% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 157 - color contains mainly: blue. Hex color #63969D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63969D is #9C6962. Grayscale: #878787. Windows color (decimal): -10250595 or 10327651. OLE color: 10327651.

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

Color convert

RGB99150157-
CMYK0.370.0400.38
HSL187.24º22.83%50.2%-
HSV(B)187.24º36.94%61.57%-
XYZ22.1426.935.92-
YUV135.55140.1101.93-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.38%
GREEN value IS 150 (58.98% from 255) = 36.95%
BLUE value IS 157 (61.72% from 255) = 38.67%
R=24.38%
G=36.95%
B=38.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991501570.370.0400.38187.2422.8350.2
Hex63969D254026bb1732
Octal1432262354540462732762
Binary1100011100101101001110110010110001001101011101110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63969D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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