Html Css Color HEX #63959D Cadet Blue

📋 copy color: '#63959D'

red 99 ◦ green 149 ◦ blue 157

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

Shades of Cadet Blue #63959D

Tints of Cadet Blue #63959D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.77%

R = 24.44%
G = 36.79%
B = 38.77%

CMYK

 C value IS 0.37

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#63959D (or 0x63959D) is known color: Cadet Blue. HEX triplet: 63, 95 and 9D. RGB value is (99,149,157). Sum of RGB (Red+Green+Blue) = 99+149+157=405 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.44% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 157 - color contains mainly: blue. Hex color #63959D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63959D is #9C6A62. Grayscale: #868686. Windows color (decimal): -10250851 or 10327395. OLE color: 10327395.

HSL color Cylindrical-coordinate representation of color #63959D: hue angle of 188.28º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #63959D is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 99 149 157 -
CMYK 0.37 0.05 0 0.38
HSL 188.28º 0.23% 0.5% -
HSV(B) 188.28º 0.37% 0.62% -
XYZ 21.98 26.58 35.87 -
YUV 134.96 140.44 102.35 -
System Red Green Blue C M Y K H S L
Decimal 99 149 157 0.37 0.05 0 0.38 188.28 0.23 0.5
Hex 63 95 9D 25 5 0 26 BC 17 32
Octal 143 225 235 45 5 0 46 274 27 62
Binary 1100011 10010101 10011101 100101 101 0 100110 10111100 10111 110010

Color Harmonies of #63959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63959D

Black with #63959D

Text Example


Text Example

White with #63959D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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