Html Css Color HEX #647192 Waikawa Grey

📋 copy color: '#647192'

red 100 ◦ green 113 ◦ blue 146

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

Shades of Waikawa Grey #647192

Tints of Waikawa Grey #647192

RGB

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

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

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

R = 27.86%
G = 31.48%
B = 40.67%

CMYK

 C value IS 0.32

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#647192 (or 0x647192) is known color: Waikawa Grey. HEX triplet: 64, 71 and 92. RGB value is (100,113,146). Sum of RGB (Red+Green+Blue) = 100+113+146=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 113 (44.53% from 255 or 31.48% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 146 - color contains mainly: blue. Hex color #647192 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647192 is #9B8E6D. Grayscale: #707070. Windows color (decimal): -10194542 or 9597284. OLE color: 9597284.

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

Color convert

RGB 100 113 146 -
CMYK 0.32 0.23 0 0.43
HSL 223.04º 0.19% 0.48% -
HSV(B) 223.04º 0.32% 0.57% -
XYZ 16.35 16.59 29.54 -
YUV 112.88 146.69 118.82 -
System Red Green Blue C M Y K H S L
Decimal 100 113 146 0.32 0.23 0 0.43 223.04 0.19 0.48
Hex 64 71 92 20 17 0 2B DF 13 30
Octal 144 161 222 40 27 0 53 337 23 60
Binary 1100100 1110001 10010010 100000 10111 0 101011 11011111 10011 110000

Color Harmonies of #647192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647192

Black with #647192

Text Example


Text Example

White with #647192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647192; }

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

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

background-color css

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

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

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

border-color css

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

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

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