Html Css Color HEX #647493 Waikawa Grey

📋 copy color: '#647493'

red 100 ◦ green 116 ◦ blue 147

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

Shades of Waikawa Grey #647493

Tints of Waikawa Grey #647493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 40.5%

R = 27.55%
G = 31.96%
B = 40.5%

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

#647493 (or 0x647493) is known color: Waikawa Grey. HEX triplet: 64, 74 and 93. RGB value is (100,116,147). Sum of RGB (Red+Green+Blue) = 100+116+147=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 147 - color contains mainly: blue. Hex color #647493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647493 is #9B8B6C. Grayscale: #727272. Windows color (decimal): -10193773 or 9663588. OLE color: 9663588.

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

Color convert

RGB 100 116 147 -
CMYK 0.32 0.21 0 0.42
HSL 219.57º 0.19% 0.48% -
HSV(B) 219.57º 0.32% 0.58% -
XYZ 16.77 17.31 30.06 -
YUV 114.75 146.2 117.48 -
System Red Green Blue C M Y K H S L
Decimal 100 116 147 0.32 0.21 0 0.42 219.57 0.19 0.48
Hex 64 74 93 20 15 0 2A DC 13 30
Octal 144 164 223 40 25 0 52 334 23 60
Binary 1100100 1110100 10010011 100000 10101 0 101010 11011100 10011 110000

Color Harmonies of #647493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647493

Black with #647493

Text Example


Text Example

White with #647493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647493; }

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

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

background-color css

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

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

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

border-color css

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

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

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