Html Css Color HEX #647691 Waikawa Grey

📋 copy color: '#647691'

red 100 ◦ green 118 ◦ blue 145

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

Shades of Waikawa Grey #647691

Tints of Waikawa Grey #647691

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.51%

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

R = 27.55%
G = 32.51%
B = 39.94%

CMYK

 C value IS 0.31

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#647691 (or 0x647691) is known color: Waikawa Grey. HEX triplet: 64, 76 and 91. RGB value is (100,118,145). Sum of RGB (Red+Green+Blue) = 100+118+145=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 118 (46.48% from 255 or 32.51% from 363); Blue value is 145 (57.03% from 255 or 39.94% from 363); Max value from RGB is 145 - color contains mainly: blue. Hex color #647691 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647691 is #9B896E. Grayscale: #737373. Windows color (decimal): -10193263 or 9533028. OLE color: 9533028.

HSL color Cylindrical-coordinate representation of color #647691: hue angle of 216º 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 #647691 is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 100 118 145 -
CMYK 0.31 0.19 0 0.43
HSL 216º 0.18% 0.48% -
HSV(B) 216º 0.31% 0.57% -
XYZ 16.84 17.71 29.32 -
YUV 115.7 144.54 116.8 -
System Red Green Blue C M Y K H S L
Decimal 100 118 145 0.31 0.19 0 0.43 216 0.18 0.48
Hex 64 76 91 1F 13 0 2B D8 12 30
Octal 144 166 221 37 23 0 53 330 22 60
Binary 1100100 1110110 10010001 11111 10011 0 101011 11011000 10010 110000

Color Harmonies of #647691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647691

Black with #647691

Text Example


Text Example

White with #647691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647691; }

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

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

background-color css

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

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

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

border-color css

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

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

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