Html Css Color HEX #63819A Slate Grey

📋 copy color: '#63819A'

red 99 ◦ green 129 ◦ blue 154

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

Shades of Slate Grey #63819A

Tints of Slate Grey #63819A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.77%

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

R = 25.92%
G = 33.77%
B = 40.31%

CMYK

 C value IS 0.36

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#63819A (or 0x63819A) is known color: Slate Grey. HEX triplet: 63, 81 and 9A. RGB value is (99,129,154). Sum of RGB (Red+Green+Blue) = 99+129+154=382 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.92% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 154 - color contains mainly: blue. Hex color #63819A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63819A is #9C7E65. Grayscale: #7A7A7A. Windows color (decimal): -10255974 or 10125667. OLE color: 10125667.

HSL color Cylindrical-coordinate representation of color #63819A: hue angle of 207.27º 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 #63819A is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 99 129 154 -
CMYK 0.36 0.16 0 0.40
HSL 207.27º 0.22% 0.5% -
HSV(B) 207.27º 0.36% 0.6% -
XYZ 18.83 20.69 33.57 -
YUV 122.88 145.56 110.97 -
System Red Green Blue C M Y K H S L
Decimal 99 129 154 0.36 0.16 0 0.40 207.27 0.22 0.5
Hex 63 81 9A 24 10 0 28 CF 16 32
Octal 143 201 232 44 20 0 50 317 26 62
Binary 1100011 10000001 10011010 100100 10000 0 101000 11001111 10110 110010

Color Harmonies of #63819A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63819A

Black with #63819A

Text Example


Text Example

White with #63819A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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