Html Css Color HEX #63939A Cadet Blue

📋 copy color: '#63939A'

red 99 ◦ green 147 ◦ blue 154

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

Shades of Cadet Blue #63939A

Tints of Cadet Blue #63939A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.75%

 BLUE value IS 154 (60.55% from 255) = 38.5%

R = 24.75%
G = 36.75%
B = 38.5%

CMYK

 C value IS 0.36

 M value IS 0.05

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#63939A (or 0x63939A) is known color: Cadet Blue. HEX triplet: 63, 93 and 9A. RGB value is (99,147,154). Sum of RGB (Red+Green+Blue) = 99+147+154=400 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.75% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 154 (60.55% from 255 or 38.5% from 400); Max value from RGB is 154 - color contains mainly: blue. Hex color #63939A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63939A is #9C6C65. Grayscale: #858585. Windows color (decimal): -10251366 or 10130275. OLE color: 10130275.

HSL color Cylindrical-coordinate representation of color #63939A: hue angle of 187.64º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #63939A is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 99 147 154 -
CMYK 0.36 0.05 0 0.40
HSL 187.64º 0.22% 0.5% -
HSV(B) 187.64º 0.36% 0.6% -
XYZ 21.41 25.85 34.43 -
YUV 133.45 139.6 103.43 -
System Red Green Blue C M Y K H S L
Decimal 99 147 154 0.36 0.05 0 0.40 187.64 0.22 0.5
Hex 63 93 9A 24 5 0 28 BC 16 32
Octal 143 223 232 44 5 0 50 274 26 62
Binary 1100011 10010011 10011010 100100 101 0 101000 10111100 10110 110010

Color Harmonies of #63939A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63939A

Black with #63939A

Text Example


Text Example

White with #63939A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63939A; }

 p { color: rgb(99,147,154); }

 H1.HeaderClassName
 {
   color: #63939A;
 }
 .AnyTagClassName
 {
   color: #63939A;
 }
</style>

background-color css

<style>
 a { background-color: #63939A; }

 a { background-color: rgb(99,147,154); }

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

border-color css

<style>
 span { border-color: #63939A; }

 span { border-color: rgb(99,147,154); }

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