#63969F

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

Shades of Cadet Blue #63969F

Tints of Cadet Blue #63969F

Color information

#63969F (or 0x63969F) is unknown color: approx Cadet Blue. HEX triplet: 63, 96 and 9F. RGB value is (99,150,159). Sum of RGB (Red+Green+Blue) = 99+150+159=408 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.26% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 159 (62.5% from 255 or 38.97% from 408); Max value from RGB is 159 - color contains mainly: blue. Hex color #63969F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63969F is #9C6960. Grayscale: #878787. Windows color (decimal): -10250593 or 10458723. OLE color: 10458723.

HSL color Cylindrical-coordinate representation of color #63969F: hue angle of 189º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #63969F is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB99150159-
CMYK0.380.0600.38
HSL189º23.81%50.59%-
HSV(B)189º37.74%62.35%-
XYZ22.3126.9736.83-
YUV135.78141.1101.77-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.26%
GREEN value IS 150 (58.98% from 255) = 36.76%
BLUE value IS 159 (62.5% from 255) = 38.97%
R=24.26%
G=36.76%
B=38.97%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991501590.380.0600.3818923.8150.59
Hex63969F266026bd1833
Octal1432262374660462753063
Binary1100011100101101001111110011011001001101011110111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63969F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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