Html Css Color HEX #647594 Waikawa Grey

📋 copy color: '#647594'

red 100 ◦ green 117 ◦ blue 148

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

Shades of Waikawa Grey #647594

Tints of Waikawa Grey #647594

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.05%

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

R = 27.4%
G = 32.05%
B = 40.55%

CMYK

 C value IS 0.32

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#647594 (or 0x647594) is known color: Waikawa Grey. HEX triplet: 64, 75 and 94. RGB value is (100,117,148). Sum of RGB (Red+Green+Blue) = 100+117+148=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 148 (58.20% from 255 or 40.55% from 365); Max value from RGB is 148 - color contains mainly: blue. Hex color #647594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647594 is #9B8A6B. Grayscale: #737373. Windows color (decimal): -10193516 or 9729380. OLE color: 9729380.

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

Color convert

RGB 100 117 148 -
CMYK 0.32 0.21 0 0.42
HSL 218.75º 0.19% 0.49% -
HSV(B) 218.75º 0.32% 0.58% -
XYZ 16.96 17.57 30.51 -
YUV 115.45 146.37 116.98 -
System Red Green Blue C M Y K H S L
Decimal 100 117 148 0.32 0.21 0 0.42 218.75 0.19 0.49
Hex 64 75 94 20 15 0 2A DB 13 31
Octal 144 165 224 40 25 0 52 333 23 61
Binary 1100100 1110101 10010100 100000 10101 0 101010 11011011 10011 110001

Color Harmonies of #647594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647594

Black with #647594

Text Example


Text Example

White with #647594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647594; }

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

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

background-color css

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

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

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

border-color css

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

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

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