Html Css Color HEX #63959B Cadet Blue

📋 copy color: '#63959B'

red 99 ◦ green 149 ◦ blue 155

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

Shades of Cadet Blue #63959B

Tints of Cadet Blue #63959B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.97%

 BLUE value IS 155 (60.94% from 255) = 38.46%

R = 24.57%
G = 36.97%
B = 38.46%

CMYK

 C value IS 0.36

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#63959B (or 0x63959B) is known color: Cadet Blue. HEX triplet: 63, 95 and 9B. RGB value is (99,149,155). Sum of RGB (Red+Green+Blue) = 99+149+155=403 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.57% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 155 - color contains mainly: blue. Hex color #63959B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63959B is #9C6A64. Grayscale: #868686. Windows color (decimal): -10250853 or 10196323. OLE color: 10196323.

HSL color Cylindrical-coordinate representation of color #63959B: hue angle of 186.43º 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 #63959B is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 99 149 155 -
CMYK 0.36 0.04 0 0.39
HSL 186.43º 0.22% 0.5% -
HSV(B) 186.43º 0.36% 0.61% -
XYZ 21.81 26.51 34.98 -
YUV 134.73 139.44 102.51 -
System Red Green Blue C M Y K H S L
Decimal 99 149 155 0.36 0.04 0 0.39 186.43 0.22 0.5
Hex 63 95 9B 24 4 0 27 BA 16 32
Octal 143 225 233 44 4 0 47 272 26 62
Binary 1100011 10010101 10011011 100100 100 0 100111 10111010 10110 110010

Color Harmonies of #63959B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63959B

Black with #63959B

Text Example


Text Example

White with #63959B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #63959B;
 }
 .AnyTagClassName
 {
   color: #63959B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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