Html Css Color HEX #647591 Waikawa Grey

📋 copy color: '#647591'

red 100 ◦ green 117 ◦ blue 145

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

Shades of Waikawa Grey #647591

Tints of Waikawa Grey #647591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 40.06%

R = 27.62%
G = 32.32%
B = 40.06%

CMYK

 C value IS 0.31

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#647591 (or 0x647591) is known color: Waikawa Grey. HEX triplet: 64, 75 and 91. RGB value is (100,117,145). Sum of RGB (Red+Green+Blue) = 100+117+145=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 145 (57.03% from 255 or 40.06% from 362); Max value from RGB is 145 - color contains mainly: blue. Hex color #647591 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647591 is #9B8A6E. Grayscale: #727272. Windows color (decimal): -10193519 or 9532772. OLE color: 9532772.

HSL color Cylindrical-coordinate representation of color #647591: hue angle of 217.33º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #647591 is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 100 117 145 -
CMYK 0.31 0.19 0 0.43
HSL 217.33º 0.18% 0.48% -
HSV(B) 217.33º 0.31% 0.57% -
XYZ 16.73 17.48 29.28 -
YUV 115.11 144.87 117.22 -
System Red Green Blue C M Y K H S L
Decimal 100 117 145 0.31 0.19 0 0.43 217.33 0.18 0.48
Hex 64 75 91 1F 13 0 2B D9 12 30
Octal 144 165 221 37 23 0 53 331 22 60
Binary 1100100 1110101 10010001 11111 10011 0 101011 11011001 10010 110000

Color Harmonies of #647591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647591

Black with #647591

Text Example


Text Example

White with #647591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647591; }

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

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

background-color css

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

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

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

border-color css

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

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

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