Html Css Color HEX #647197 Waikawa Grey

📋 copy color: '#647197'

red 100 ◦ green 113 ◦ blue 151

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

Shades of Waikawa Grey #647197

Tints of Waikawa Grey #647197

RGB

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

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

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

R = 27.47%
G = 31.04%
B = 41.48%

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

#647197 (or 0x647197) is known color: Waikawa Grey. HEX triplet: 64, 71 and 97. RGB value is (100,113,151). Sum of RGB (Red+Green+Blue) = 100+113+151=364 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.47% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 151 (59.38% from 255 or 41.48% from 364); Max value from RGB is 151 - color contains mainly: blue. Hex color #647197 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647197 is #9B8E68. Grayscale: #717171. Windows color (decimal): -10194537 or 9924964. OLE color: 9924964.

HSL color Cylindrical-coordinate representation of color #647197: hue angle of 224.71º 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 #647197 is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 100 113 151 -
CMYK 0.34 0.25 0 0.41
HSL 224.71º 0.2% 0.49% -
HSV(B) 224.71º 0.34% 0.59% -
XYZ 16.75 16.75 31.63 -
YUV 113.45 149.19 118.41 -
System Red Green Blue C M Y K H S L
Decimal 100 113 151 0.34 0.25 0 0.41 224.71 0.2 0.49
Hex 64 71 97 22 19 0 29 E1 14 31
Octal 144 161 227 42 31 0 51 341 24 61
Binary 1100100 1110001 10010111 100010 11001 0 101001 11100001 10100 110001

Color Harmonies of #647197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647197

Black with #647197

Text Example


Text Example

White with #647197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647197; }

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

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

background-color css

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

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

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

border-color css

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

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

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