Html Css Color HEX #63949F Cadet Blue

📋 copy color: '#63949F'

red 99 ◦ green 148 ◦ blue 159

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

Shades of Cadet Blue #63949F

Tints of Cadet Blue #63949F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.45%

 BLUE value IS 159 (62.5% from 255) = 39.16%

R = 24.38%
G = 36.45%
B = 39.16%

CMYK

 C value IS 0.38

 M value IS 0.07

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#63949F (or 0x63949F) is known color: Cadet Blue. HEX triplet: 63, 94 and 9F. RGB value is (99,148,159). Sum of RGB (Red+Green+Blue) = 99+148+159=406 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.38% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 159 (62.5% from 255 or 39.16% from 406); Max value from RGB is 159 - color contains mainly: blue. Hex color #63949F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63949F is #9C6B60. Grayscale: #868686. Windows color (decimal): -10251105 or 10458211. OLE color: 10458211.

HSL color Cylindrical-coordinate representation of color #63949F: hue angle of 191º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #63949F is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 99 148 159 -
CMYK 0.38 0.07 0 0.38
HSL 191º 0.24% 0.51% -
HSV(B) 191º 0.38% 0.62% -
XYZ 21.99 26.34 36.73 -
YUV 134.6 141.77 102.61 -
System Red Green Blue C M Y K H S L
Decimal 99 148 159 0.38 0.07 0 0.38 191 0.24 0.51
Hex 63 94 9F 26 7 0 26 BF 18 33
Octal 143 224 237 46 7 0 46 277 30 63
Binary 1100011 10010100 10011111 100110 111 0 100110 10111111 11000 110011

Color Harmonies of #63949F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63949F

Black with #63949F

Text Example


Text Example

White with #63949F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63949F; }

 p { color: rgb(99,148,159); }

 H1.HeaderClassName
 {
   color: #63949F;
 }
 .AnyTagClassName
 {
   color: #63949F;
 }
</style>

background-color css

<style>
 a { background-color: #63949F; }

 a { background-color: rgb(99,148,159); }

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

border-color css

<style>
 span { border-color: #63949F; }

 span { border-color: rgb(99,148,159); }

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