Html Css Color HEX #647494 Waikawa Grey

📋 copy color: '#647494'

red 100 ◦ green 116 ◦ blue 148

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

Shades of Waikawa Grey #647494

Tints of Waikawa Grey #647494

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.87%

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

R = 27.47%
G = 31.87%
B = 40.66%

CMYK

 C value IS 0.32

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#647494 (or 0x647494) is known color: Waikawa Grey. HEX triplet: 64, 74 and 94. RGB value is (100,116,148). Sum of RGB (Red+Green+Blue) = 100+116+148=364 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.47% from 364); Green value is 116 (45.70% from 255 or 31.87% from 364); Blue value is 148 (58.20% from 255 or 40.66% from 364); Max value from RGB is 148 - color contains mainly: blue. Hex color #647494 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647494 is #9B8B6B. Grayscale: #727272. Windows color (decimal): -10193772 or 9729124. OLE color: 9729124.

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

Color convert

RGB 100 116 148 -
CMYK 0.32 0.22 0 0.42
HSL 220º 0.19% 0.49% -
HSV(B) 220º 0.32% 0.58% -
XYZ 16.85 17.34 30.48 -
YUV 114.86 146.7 117.4 -
System Red Green Blue C M Y K H S L
Decimal 100 116 148 0.32 0.22 0 0.42 220 0.19 0.49
Hex 64 74 94 20 16 0 2A DC 13 31
Octal 144 164 224 40 26 0 52 334 23 61
Binary 1100100 1110100 10010100 100000 10110 0 101010 11011100 10011 110001

Color Harmonies of #647494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647494

Black with #647494

Text Example


Text Example

White with #647494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647494; }

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

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

background-color css

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

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

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

border-color css

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

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

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