Html Css Color HEX #647491 Waikawa Grey

📋 copy color: '#647491'

red 100 ◦ green 116 ◦ blue 145

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

Shades of Waikawa Grey #647491

Tints of Waikawa Grey #647491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 40.17%

R = 27.7%
G = 32.13%
B = 40.17%

CMYK

 C value IS 0.31

 M value IS 0.2

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#647491 (or 0x647491) is known color: Waikawa Grey. HEX triplet: 64, 74 and 91. RGB value is (100,116,145). Sum of RGB (Red+Green+Blue) = 100+116+145=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 145 (57.03% from 255 or 40.17% from 361); Max value from RGB is 145 - color contains mainly: blue. Hex color #647491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647491 is #9B8B6E. Grayscale: #727272. Windows color (decimal): -10193775 or 9532516. OLE color: 9532516.

HSL color Cylindrical-coordinate representation of color #647491: hue angle of 218.67º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #647491 is Cyan = 0.31, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 100 116 145 -
CMYK 0.31 0.2 0 0.43
HSL 218.67º 0.18% 0.48% -
HSV(B) 218.67º 0.31% 0.57% -
XYZ 16.61 17.24 29.24 -
YUV 114.52 145.2 117.64 -
System Red Green Blue C M Y K H S L
Decimal 100 116 145 0.31 0.2 0 0.43 218.67 0.18 0.48
Hex 64 74 91 1F 14 0 2B DB 12 30
Octal 144 164 221 37 24 0 53 333 22 60
Binary 1100100 1110100 10010001 11111 10100 0 101011 11011011 10010 110000

Color Harmonies of #647491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647491

Black with #647491

Text Example


Text Example

White with #647491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647491; }

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

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

background-color css

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

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

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

border-color css

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

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

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