Html Css Color HEX #647395 Waikawa Grey

📋 copy color: '#647395'

red 100 ◦ green 115 ◦ blue 149

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

Shades of Waikawa Grey #647395

Tints of Waikawa Grey #647395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 40.93%

R = 27.47%
G = 31.59%
B = 40.93%

CMYK

 C value IS 0.33

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#647395 (or 0x647395) is known color: Waikawa Grey. HEX triplet: 64, 73 and 95. RGB value is (100,115,149). Sum of RGB (Red+Green+Blue) = 100+115+149=364 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.47% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 149 (58.59% from 255 or 40.93% from 364); Max value from RGB is 149 - color contains mainly: blue. Hex color #647395 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647395 is #9B8C6A. Grayscale: #727272. Windows color (decimal): -10194027 or 9794404. OLE color: 9794404.

HSL color Cylindrical-coordinate representation of color #647395: hue angle of 221.63º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #647395 is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 115 149 -
CMYK 0.33 0.23 0 0.42
HSL 221.63º 0.2% 0.49% -
HSV(B) 221.63º 0.33% 0.58% -
XYZ 16.81 17.14 30.86 -
YUV 114.39 147.53 117.74 -
System Red Green Blue C M Y K H S L
Decimal 100 115 149 0.33 0.23 0 0.42 221.63 0.2 0.49
Hex 64 73 95 21 17 0 2A DE 14 31
Octal 144 163 225 41 27 0 52 336 24 61
Binary 1100100 1110011 10010101 100001 10111 0 101010 11011110 10100 110001

Color Harmonies of #647395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647395

Black with #647395

Text Example


Text Example

White with #647395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647395; }

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

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

background-color css

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

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

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

border-color css

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

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

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