#63989B

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

Shades of Cadet Blue #63989B

Tints of Cadet Blue #63989B

Color information

#63989B (or 0x63989B) is unknown color: approx Cadet Blue. HEX triplet: 63, 98 and 9B. RGB value is (99,152,155). Sum of RGB (Red+Green+Blue) = 99+152+155=406 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.38% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 155 - color contains mainly: blue. Hex color #63989B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63989B is #9C6764. Grayscale: #888888. Windows color (decimal): -10250085 or 10197091. OLE color: 10197091.

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

Color convert

RGB99152155-
CMYK0.360.0200.39
HSL183.21º22.05%49.8%-
HSV(B)183.21º36.13%60.78%-
XYZ22.2927.4835.14-
YUV136.5138.44101.26-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.38%
GREEN value IS 152 (59.77% from 255) = 37.44%
BLUE value IS 155 (60.94% from 255) = 38.18%
R=24.38%
G=37.44%
B=38.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal991521550.360.0200.39183.2122.0549.8
Hex63989B242027b71632
Octal1432302334420472672662
Binary110001110011000100110111001001001001111011011110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63989B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63989B; }

 p { color: rgb(99,152,155); }

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

<style>
 a { background-color: #63989B; }

 a { background-color: rgb(99,152,155); }

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

<style>
 span { border-color: #63989B; }

 span { border-color: rgb(99,152,155); }

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