Html Css Color HEX #647392 Waikawa Grey

📋 copy color: '#647392'

red 100 ◦ green 115 ◦ blue 146

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

Shades of Waikawa Grey #647392

Tints of Waikawa Grey #647392

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.86%

 BLUE value IS 146 (57.42% from 255) = 40.44%

R = 27.7%
G = 31.86%
B = 40.44%

CMYK

 C value IS 0.32

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#647392 (or 0x647392) is known color: Waikawa Grey. HEX triplet: 64, 73 and 92. RGB value is (100,115,146). Sum of RGB (Red+Green+Blue) = 100+115+146=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 146 - color contains mainly: blue. Hex color #647392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647392 is #9B8C6D. Grayscale: #717171. Windows color (decimal): -10194030 or 9597796. OLE color: 9597796.

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

Color convert

RGB 100 115 146 -
CMYK 0.32 0.21 0 0.43
HSL 220.43º 0.19% 0.48% -
HSV(B) 220.43º 0.32% 0.57% -
XYZ 16.57 17.05 29.61 -
YUV 114.05 146.03 117.98 -
System Red Green Blue C M Y K H S L
Decimal 100 115 146 0.32 0.21 0 0.43 220.43 0.19 0.48
Hex 64 73 92 20 15 0 2B DC 13 30
Octal 144 163 222 40 25 0 53 334 23 60
Binary 1100100 1110011 10010010 100000 10101 0 101011 11011100 10011 110000

Color Harmonies of #647392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647392

Black with #647392

Text Example


Text Example

White with #647392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647392; }

 p { color: rgb(100,115,146); }

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

background-color css

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

 a { background-color: rgb(100,115,146); }

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

border-color css

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

 span { border-color: rgb(100,115,146); }

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