Html Css Color HEX #647292 Waikawa Grey

📋 copy color: '#647292'

red 100 ◦ green 114 ◦ blue 146

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

Shades of Waikawa Grey #647292

Tints of Waikawa Grey #647292

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.67%

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

R = 27.78%
G = 31.67%
B = 40.56%

CMYK

 C value IS 0.32

 M value IS 0.22

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#647292 (or 0x647292) is known color: Waikawa Grey. HEX triplet: 64, 72 and 92. RGB value is (100,114,146). Sum of RGB (Red+Green+Blue) = 100+114+146=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 146 (57.42% from 255 or 40.56% from 360); Max value from RGB is 146 - color contains mainly: blue. Hex color #647292 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647292 is #9B8D6D. Grayscale: #717171. Windows color (decimal): -10194286 or 9597540. OLE color: 9597540.

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

Color convert

RGB 100 114 146 -
CMYK 0.32 0.22 0 0.43
HSL 221.74º 0.19% 0.48% -
HSV(B) 221.74º 0.32% 0.57% -
XYZ 16.46 16.82 29.57 -
YUV 113.46 146.36 118.4 -
System Red Green Blue C M Y K H S L
Decimal 100 114 146 0.32 0.22 0 0.43 221.74 0.19 0.48
Hex 64 72 92 20 16 0 2B DE 13 30
Octal 144 162 222 40 26 0 53 336 23 60
Binary 1100100 1110010 10010010 100000 10110 0 101011 11011110 10011 110000

Color Harmonies of #647292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647292

Black with #647292

Text Example


Text Example

White with #647292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647292; }

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

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

background-color css

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

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

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

border-color css

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

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

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