Html Css Color HEX #647B94 Slate Grey

📋 copy color: '#647B94'

red 100 ◦ green 123 ◦ blue 148

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

Shades of Slate Grey #647B94

Tints of Slate Grey #647B94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 39.89%

R = 26.95%
G = 33.15%
B = 39.89%

CMYK

 C value IS 0.32

 M value IS 0.17

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#647B94 (or 0x647B94) is known color: Slate Grey. HEX triplet: 64, 7B and 94. RGB value is (100,123,148). Sum of RGB (Red+Green+Blue) = 100+123+148=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 148 - color contains mainly: blue. Hex color #647B94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647B94 is #9B846B. Grayscale: #767676. Windows color (decimal): -10191980 or 9730916. OLE color: 9730916.

HSL color Cylindrical-coordinate representation of color #647B94: hue angle of 211.25º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #647B94 is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 123 148 -
CMYK 0.32 0.17 0 0.42
HSL 211.25º 0.19% 0.49% -
HSV(B) 211.25º 0.32% 0.58% -
XYZ 17.68 19.01 30.75 -
YUV 118.97 144.38 114.47 -
System Red Green Blue C M Y K H S L
Decimal 100 123 148 0.32 0.17 0 0.42 211.25 0.19 0.49
Hex 64 7B 94 20 11 0 2A D3 13 31
Octal 144 173 224 40 21 0 52 323 23 61
Binary 1100100 1111011 10010100 100000 10001 0 101010 11010011 10011 110001

Color Harmonies of #647B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647B94

Black with #647B94

Text Example


Text Example

White with #647B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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