Html Css Color HEX #63999C Cadet Blue

📋 copy color: '#63999C'

red 99 ◦ green 153 ◦ blue 156

#63999C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadet Blue #63999C

Tints of Cadet Blue #63999C

RGB

 RED value IS 99 (39.06% from 255) = 24.26%

 GREEN value IS 153 (60.16% from 255) = 37.5%

 BLUE value IS 156 (61.33% from 255) = 38.24%

R = 24.26%
G = 37.5%
B = 38.24%

CMYK

 C value IS 0.37

 M value IS 0.02

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#63999C (or 0x63999C) is known color: Cadet Blue. HEX triplet: 63, 99 and 9C. RGB value is (99,153,156). Sum of RGB (Red+Green+Blue) = 99+153+156=408 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.26% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 156 (61.33% from 255 or 38.24% from 408); Max value from RGB is 156 - color contains mainly: blue. Hex color #63999C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63999C is #9C6663. Grayscale: #898989. Windows color (decimal): -10249828 or 10262883. OLE color: 10262883.

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

Color convert

RGB 99 153 156 -
CMYK 0.37 0.02 0 0.39
HSL 183.16º 0.22% 0.5% -
HSV(B) 183.16º 0.37% 0.61% -
XYZ 22.54 27.84 35.64 -
YUV 137.2 138.61 100.76 -
System Red Green Blue C M Y K H S L
Decimal 99 153 156 0.37 0.02 0 0.39 183.16 0.22 0.5
Hex 63 99 9C 25 2 0 27 B7 16 32
Octal 143 231 234 45 2 0 47 267 26 62
Binary 1100011 10011001 10011100 100101 10 0 100111 10110111 10110 110010

Color Harmonies of #63999C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63999C

Black with #63999C

Text Example


Text Example

White with #63999C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #63999C;
 }
 .AnyTagClassName
 {
   color: #63999C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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