Html Css Color HEX #63969C Cadet Blue

📋 copy color: '#63969C'

red 99 ◦ green 150 ◦ blue 156

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

Shades of Cadet Blue #63969C

Tints of Cadet Blue #63969C

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 value IS 0.37

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#63969C (or 0x63969C) is known color: 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

RGB 99 150 156 -
CMYK 0.37 0.04 0 0.39
HSL 186.32º 0.22% 0.5% -
HSV(B) 186.32º 0.37% 0.61% -
XYZ 22.05 26.87 35.48 -
YUV 135.44 139.6 102.01 -
System Red Green Blue C M Y K H S L
Decimal 99 150 156 0.37 0.04 0 0.39 186.32 0.22 0.5
Hex 63 96 9C 25 4 0 27 BA 16 32
Octal 143 226 234 45 4 0 47 272 26 62
Binary 1100011 10010110 10011100 100101 100 0 100111 10111010 10110 110010

Color Harmonies of #63969C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63969C

Black with #63969C

Text Example


Text Example

White with #63969C

Text Example


Text Example

HTML Codes & Css Web 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>