Html Css Color HEX #647190 Waikawa Grey

📋 copy color: '#647190'

red 100 ◦ green 113 ◦ blue 144

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

Shades of Waikawa Grey #647190

Tints of Waikawa Grey #647190

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.65%

 BLUE value IS 144 (56.64% from 255) = 40.34%

R = 28.01%
G = 31.65%
B = 40.34%

CMYK

 C value IS 0.31

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#647190 (or 0x647190) is known color: Waikawa Grey. HEX triplet: 64, 71 and 90. RGB value is (100,113,144). Sum of RGB (Red+Green+Blue) = 100+113+144=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 144 - color contains mainly: blue. Hex color #647190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647190 is #9B8E6F. Grayscale: #707070. Windows color (decimal): -10194544 or 9466212. OLE color: 9466212.

HSL color Cylindrical-coordinate representation of color #647190: hue angle of 222.27º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #647190 is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 100 113 144 -
CMYK 0.31 0.22 0 0.44
HSL 222.27º 0.18% 0.48% -
HSV(B) 222.27º 0.31% 0.56% -
XYZ 16.19 16.53 28.72 -
YUV 112.65 145.69 118.98 -
System Red Green Blue C M Y K H S L
Decimal 100 113 144 0.31 0.22 0 0.44 222.27 0.18 0.48
Hex 64 71 90 1F 16 0 2C DE 12 30
Octal 144 161 220 37 26 0 54 336 22 60
Binary 1100100 1110001 10010000 11111 10110 0 101100 11011110 10010 110000

Color Harmonies of #647190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647190

Black with #647190

Text Example


Text Example

White with #647190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647190; }

 p { color: rgb(100,113,144); }

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

background-color css

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

 a { background-color: rgb(100,113,144); }

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

border-color css

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

 span { border-color: rgb(100,113,144); }

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