Html Css Color HEX #647492 Waikawa Grey

📋 copy color: '#647492'

red 100 ◦ green 116 ◦ blue 146

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

Shades of Waikawa Grey #647492

Tints of Waikawa Grey #647492

RGB

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

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

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

R = 27.62%
G = 32.04%
B = 40.33%

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

#647492 (or 0x647492) is known color: Waikawa Grey. HEX triplet: 64, 74 and 92. RGB value is (100,116,146). Sum of RGB (Red+Green+Blue) = 100+116+146=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 146 (57.42% from 255 or 40.33% from 362); Max value from RGB is 146 - color contains mainly: blue. Hex color #647492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647492 is #9B8B6D. Grayscale: #727272. Windows color (decimal): -10193774 or 9598052. OLE color: 9598052.

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

Color convert

RGB 100 116 146 -
CMYK 0.32 0.21 0 0.43
HSL 219.13º 0.19% 0.48% -
HSV(B) 219.13º 0.32% 0.57% -
XYZ 16.69 17.28 29.65 -
YUV 114.64 145.7 117.56 -
System Red Green Blue C M Y K H S L
Decimal 100 116 146 0.32 0.21 0 0.43 219.13 0.19 0.48
Hex 64 74 92 20 15 0 2B DB 13 30
Octal 144 164 222 40 25 0 53 333 23 60
Binary 1100100 1110100 10010010 100000 10101 0 101011 11011011 10011 110000

Color Harmonies of #647492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647492

Black with #647492

Text Example


Text Example

White with #647492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647492; }

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

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

background-color css

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

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

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

border-color css

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

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

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