Html Css Color HEX #647E94 Slate Grey

📋 copy color: '#647E94'

red 100 ◦ green 126 ◦ blue 148

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

Shades of Slate Grey #647E94

Tints of Slate Grey #647E94

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.69%

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

R = 26.74%
G = 33.69%
B = 39.57%

CMYK

 C value IS 0.32

 M value IS 0.15

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#647E94 (or 0x647E94) is known color: Slate Grey. HEX triplet: 64, 7E and 94. RGB value is (100,126,148). Sum of RGB (Red+Green+Blue) = 100+126+148=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 126 (49.61% from 255 or 33.69% from 374); Blue value is 148 (58.20% from 255 or 39.57% from 374); Max value from RGB is 148 - color contains mainly: blue. Hex color #647E94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647E94 is #9B816B. Grayscale: #787878. Windows color (decimal): -10191212 or 9731684. OLE color: 9731684.

HSL color Cylindrical-coordinate representation of color #647E94: hue angle of 207.5º 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 #647E94 is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 126 148 -
CMYK 0.32 0.15 0 0.42
HSL 207.5º 0.19% 0.49% -
HSV(B) 207.5º 0.32% 0.58% -
XYZ 18.06 19.77 30.88 -
YUV 120.73 143.39 113.21 -
System Red Green Blue C M Y K H S L
Decimal 100 126 148 0.32 0.15 0 0.42 207.5 0.19 0.49
Hex 64 7E 94 20 F 0 2A D0 13 31
Octal 144 176 224 40 17 0 52 320 23 61
Binary 1100100 1111110 10010100 100000 1111 0 101010 11010000 10011 110001

Color Harmonies of #647E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647E94

Black with #647E94

Text Example


Text Example

White with #647E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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