Html Css Color HEX #638099 Slate Grey

📋 copy color: '#638099'

red 99 ◦ green 128 ◦ blue 153

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

Shades of Slate Grey #638099

Tints of Slate Grey #638099

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.68%

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

R = 26.05%
G = 33.68%
B = 40.26%

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

#638099 (or 0x638099) is known color: Slate Grey. HEX triplet: 63, 80 and 99. RGB value is (99,128,153). Sum of RGB (Red+Green+Blue) = 99+128+153=380 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.05% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 153 - color contains mainly: blue. Hex color #638099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638099 is #9C7F66. Grayscale: #7A7A7A. Windows color (decimal): -10256231 or 10059875. OLE color: 10059875.

HSL color Cylindrical-coordinate representation of color #638099: hue angle of 207.78º 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 #638099 is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 99 128 153 -
CMYK 0.35 0.16 0 0.4
HSL 207.78º 0.21% 0.49% -
HSV(B) 207.78º 0.35% 0.6% -
XYZ 18.61 20.39 33.09 -
YUV 122.18 145.39 111.47 -
System Red Green Blue C M Y K H S L
Decimal 99 128 153 0.35 0.16 0 0.4 207.78 0.21 0.49
Hex 63 80 99 23 10 0 28 D0 15 31
Octal 143 200 231 43 20 0 50 320 25 61
Binary 1100011 10000000 10011001 100011 10000 0 101000 11010000 10101 110001

Color Harmonies of #638099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638099

Black with #638099

Text Example


Text Example

White with #638099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638099; }

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

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

background-color css

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

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

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

border-color css

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

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

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