Html Css Color HEX #647293 Waikawa Grey

📋 copy color: '#647293'

red 100 ◦ green 114 ◦ blue 147

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

Shades of Waikawa Grey #647293

Tints of Waikawa Grey #647293

RGB

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

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

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

R = 27.7%
G = 31.58%
B = 40.72%

CMYK

 C value IS 0.32

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#647293 (or 0x647293) is known color: Waikawa Grey. HEX triplet: 64, 72 and 93. RGB value is (100,114,147). Sum of RGB (Red+Green+Blue) = 100+114+147=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 147 (57.81% from 255 or 40.72% from 361); Max value from RGB is 147 - color contains mainly: blue. Hex color #647293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647293 is #9B8D6C. Grayscale: #717171. Windows color (decimal): -10194285 or 9663076. OLE color: 9663076.

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

Color convert

RGB 100 114 147 -
CMYK 0.32 0.22 0 0.42
HSL 222.13º 0.19% 0.48% -
HSV(B) 222.13º 0.32% 0.58% -
XYZ 16.54 16.85 29.98 -
YUV 113.58 146.86 118.32 -
System Red Green Blue C M Y K H S L
Decimal 100 114 147 0.32 0.22 0 0.42 222.13 0.19 0.48
Hex 64 72 93 20 16 0 2A DE 13 30
Octal 144 162 223 40 26 0 52 336 23 60
Binary 1100100 1110010 10010011 100000 10110 0 101010 11011110 10011 110000

Color Harmonies of #647293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647293

Black with #647293

Text Example


Text Example

White with #647293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647293; }

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

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

background-color css

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

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

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

border-color css

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

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

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