Html Css Color HEX #647997 Waikawa Grey

📋 copy color: '#647997'

red 100 ◦ green 121 ◦ blue 151

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

Shades of Waikawa Grey #647997

Tints of Waikawa Grey #647997

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.53%

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

R = 26.88%
G = 32.53%
B = 40.59%

CMYK

 C value IS 0.34

 M value IS 0.20

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#647997 (or 0x647997) is known color: Waikawa Grey. HEX triplet: 64, 79 and 97. RGB value is (100,121,151). Sum of RGB (Red+Green+Blue) = 100+121+151=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 121 (47.66% from 255 or 32.53% from 372); Blue value is 151 (59.38% from 255 or 40.59% from 372); Max value from RGB is 151 - color contains mainly: blue. Hex color #647997 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647997 is #9B8668. Grayscale: #767676. Windows color (decimal): -10192489 or 9927012. OLE color: 9927012.

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

Color convert

RGB 100 121 151 -
CMYK 0.34 0.20 0 0.41
HSL 215.29º 0.2% 0.49% -
HSV(B) 215.29º 0.34% 0.59% -
XYZ 17.68 18.62 31.94 -
YUV 118.14 146.54 115.06 -
System Red Green Blue C M Y K H S L
Decimal 100 121 151 0.34 0.20 0 0.41 215.29 0.2 0.49
Hex 64 79 97 22 14 0 29 D7 14 31
Octal 144 171 227 42 24 0 51 327 24 61
Binary 1100100 1111001 10010111 100010 10100 0 101001 11010111 10100 110001

Color Harmonies of #647997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647997

Black with #647997

Text Example


Text Example

White with #647997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647997; }

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

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

background-color css

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

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

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

border-color css

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

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

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