Html Css Color HEX #647297 Waikawa Grey

📋 copy color: '#647297'

red 100 ◦ green 114 ◦ blue 151

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

Shades of Waikawa Grey #647297

Tints of Waikawa Grey #647297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 41.37%

R = 27.4%
G = 31.23%
B = 41.37%

CMYK

 C value IS 0.34

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#647297 (or 0x647297) is known color: Waikawa Grey. HEX triplet: 64, 72 and 97. RGB value is (100,114,151). Sum of RGB (Red+Green+Blue) = 100+114+151=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 151 (59.38% from 255 or 41.37% from 365); Max value from RGB is 151 - color contains mainly: blue. Hex color #647297 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647297 is #9B8D68. Grayscale: #717171. Windows color (decimal): -10194281 or 9925220. OLE color: 9925220.

HSL color Cylindrical-coordinate representation of color #647297: hue angle of 223.53º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #647297 is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 100 114 151 -
CMYK 0.34 0.25 0 0.41
HSL 223.53º 0.2% 0.49% -
HSV(B) 223.53º 0.34% 0.59% -
XYZ 16.86 16.98 31.67 -
YUV 114.03 148.86 117.99 -
System Red Green Blue C M Y K H S L
Decimal 100 114 151 0.34 0.25 0 0.41 223.53 0.2 0.49
Hex 64 72 97 22 19 0 29 E0 14 31
Octal 144 162 227 42 31 0 51 340 24 61
Binary 1100100 1110010 10010111 100010 11001 0 101001 11100000 10100 110001

Color Harmonies of #647297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647297

Black with #647297

Text Example


Text Example

White with #647297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647297; }

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

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

background-color css

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

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

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

border-color css

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

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

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