Html Css Color HEX #647495 Waikawa Grey

📋 copy color: '#647495'

red 100 ◦ green 116 ◦ blue 149

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

Shades of Waikawa Grey #647495

Tints of Waikawa Grey #647495

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.78%

 BLUE value IS 149 (58.59% from 255) = 40.82%

R = 27.4%
G = 31.78%
B = 40.82%

CMYK

 C value IS 0.33

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#647495 (or 0x647495) is known color: Waikawa Grey. HEX triplet: 64, 74 and 95. RGB value is (100,116,149). Sum of RGB (Red+Green+Blue) = 100+116+149=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 149 (58.59% from 255 or 40.82% from 365); Max value from RGB is 149 - color contains mainly: blue. Hex color #647495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647495 is #9B8B6A. Grayscale: #727272. Windows color (decimal): -10193771 or 9794660. OLE color: 9794660.

HSL color Cylindrical-coordinate representation of color #647495: hue angle of 220.41º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #647495 is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 116 149 -
CMYK 0.33 0.22 0 0.42
HSL 220.41º 0.2% 0.49% -
HSV(B) 220.41º 0.33% 0.58% -
XYZ 16.93 17.37 30.89 -
YUV 114.98 147.2 117.32 -
System Red Green Blue C M Y K H S L
Decimal 100 116 149 0.33 0.22 0 0.42 220.41 0.2 0.49
Hex 64 74 95 21 16 0 2A DC 14 31
Octal 144 164 225 41 26 0 52 334 24 61
Binary 1100100 1110100 10010101 100001 10110 0 101010 11011100 10100 110001

Color Harmonies of #647495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647495

Black with #647495

Text Example


Text Example

White with #647495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647495; }

 p { color: rgb(100,116,149); }

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

background-color css

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

 a { background-color: rgb(100,116,149); }

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

border-color css

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

 span { border-color: rgb(100,116,149); }

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