Html Css Color HEX #647B99 Slate Grey

📋 copy color: '#647B99'

red 100 ◦ green 123 ◦ blue 153

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

Shades of Slate Grey #647B99

Tints of Slate Grey #647B99

RGB

 RED value IS 100 (39.45% from 255) = 26.6%

 GREEN value IS 123 (48.44% from 255) = 32.71%

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

R = 26.6%
G = 32.71%
B = 40.69%

CMYK

 C value IS 0.35

 M value IS 0.20

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#647B99 (or 0x647B99) is known color: Slate Grey. HEX triplet: 64, 7B and 99. RGB value is (100,123,153). Sum of RGB (Red+Green+Blue) = 100+123+153=376 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.60% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 153 - color contains mainly: blue. Hex color #647B99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647B99 is #9B8466. Grayscale: #777777. Windows color (decimal): -10191975 or 10058596. OLE color: 10058596.

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

Color convert

RGB 100 123 153 -
CMYK 0.35 0.20 0 0.4
HSL 213.96º 0.21% 0.5% -
HSV(B) 213.96º 0.35% 0.6% -
XYZ 18.09 19.18 32.88 -
YUV 119.54 146.88 114.06 -
System Red Green Blue C M Y K H S L
Decimal 100 123 153 0.35 0.20 0 0.4 213.96 0.21 0.5
Hex 64 7B 99 23 14 0 28 D6 15 32
Octal 144 173 231 43 24 0 50 326 25 62
Binary 1100100 1111011 10011001 100011 10100 0 101000 11010110 10101 110010

Color Harmonies of #647B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647B99

Black with #647B99

Text Example


Text Example

White with #647B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647B99; }

 p { color: rgb(100,123,153); }

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

background-color css

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

 a { background-color: rgb(100,123,153); }

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

border-color css

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

 span { border-color: rgb(100,123,153); }

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