Html Css Color HEX #638199 Slate Grey

📋 copy color: '#638199'

red 99 ◦ green 129 ◦ blue 153

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

Shades of Slate Grey #638199

Tints of Slate Grey #638199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 40.16%

R = 25.98%
G = 33.86%
B = 40.16%

CMYK

 C value IS 0.35

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#638199 (or 0x638199) is known color: Slate Grey. HEX triplet: 63, 81 and 99. RGB value is (99,129,153). Sum of RGB (Red+Green+Blue) = 99+129+153=381 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.98% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 153 - color contains mainly: blue. Hex color #638199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638199 is #9C7E66. Grayscale: #7A7A7A. Windows color (decimal): -10255975 or 10060131. OLE color: 10060131.

HSL color Cylindrical-coordinate representation of color #638199: hue angle of 206.67º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #638199 is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 99 129 153 -
CMYK 0.35 0.16 0 0.4
HSL 206.67º 0.21% 0.49% -
HSV(B) 206.67º 0.35% 0.6% -
XYZ 18.75 20.65 33.14 -
YUV 122.77 145.06 111.05 -
System Red Green Blue C M Y K H S L
Decimal 99 129 153 0.35 0.16 0 0.4 206.67 0.21 0.49
Hex 63 81 99 23 10 0 28 CF 15 31
Octal 143 201 231 43 20 0 50 317 25 61
Binary 1100011 10000001 10011001 100011 10000 0 101000 11001111 10101 110001

Color Harmonies of #638199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638199

Black with #638199

Text Example


Text Example

White with #638199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638199; }

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

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

background-color css

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

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

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

border-color css

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

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

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