Html Css Color HEX #647A98 Slate Grey

📋 copy color: '#647A98'

red 100 ◦ green 122 ◦ blue 152

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

Shades of Slate Grey #647A98

Tints of Slate Grey #647A98

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.62%

 BLUE value IS 152 (59.77% from 255) = 40.64%

R = 26.74%
G = 32.62%
B = 40.64%

CMYK

 C value IS 0.34

 M value IS 0.20

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#647A98 (or 0x647A98) is known color: Slate Grey. HEX triplet: 64, 7A and 98. RGB value is (100,122,152). Sum of RGB (Red+Green+Blue) = 100+122+152=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 152 (59.77% from 255 or 40.64% from 374); Max value from RGB is 152 - color contains mainly: blue. Hex color #647A98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647A98 is #9B8567. Grayscale: #767676. Windows color (decimal): -10192232 or 9992804. OLE color: 9992804.

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

Color convert

RGB 100 122 152 -
CMYK 0.34 0.20 0 0.40
HSL 214.62º 0.21% 0.49% -
HSV(B) 214.62º 0.34% 0.6% -
XYZ 17.88 18.9 32.41 -
YUV 118.84 146.71 114.56 -
System Red Green Blue C M Y K H S L
Decimal 100 122 152 0.34 0.20 0 0.40 214.62 0.21 0.49
Hex 64 7A 98 22 14 0 28 D7 15 31
Octal 144 172 230 42 24 0 50 327 25 61
Binary 1100100 1111010 10011000 100010 10100 0 101000 11010111 10101 110001

Color Harmonies of #647A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647A98

Black with #647A98

Text Example


Text Example

White with #647A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,122,152); }

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

background-color css

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

 a { background-color: rgb(100,122,152); }

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

border-color css

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

 span { border-color: rgb(100,122,152); }

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