Html Css Color HEX #647899 Waikawa Grey

📋 copy color: '#647899'

red 100 ◦ green 120 ◦ blue 153

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

Shades of Waikawa Grey #647899

Tints of Waikawa Grey #647899

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.17%

 BLUE value IS 153 (60.16% from 255) = 41.02%

R = 26.81%
G = 32.17%
B = 41.02%

CMYK

 C value IS 0.35

 M value IS 0.22

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#647899 (or 0x647899) is known color: Waikawa Grey. HEX triplet: 64, 78 and 99. RGB value is (100,120,153). Sum of RGB (Red+Green+Blue) = 100+120+153=373 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.81% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 153 - color contains mainly: blue. Hex color #647899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647899 is #9B8766. Grayscale: #757575. Windows color (decimal): -10192743 or 10057828. OLE color: 10057828.

HSL color Cylindrical-coordinate representation of color #647899: hue angle of 217.36º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #647899 is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 100 120 153 -
CMYK 0.35 0.22 0 0.4
HSL 217.36º 0.21% 0.5% -
HSV(B) 217.36º 0.35% 0.6% -
XYZ 17.72 18.44 32.76 -
YUV 117.78 147.87 115.32 -
System Red Green Blue C M Y K H S L
Decimal 100 120 153 0.35 0.22 0 0.4 217.36 0.21 0.5
Hex 64 78 99 23 16 0 28 D9 15 32
Octal 144 170 231 43 26 0 50 331 25 62
Binary 1100100 1111000 10011001 100011 10110 0 101000 11011001 10101 110010

Color Harmonies of #647899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647899

Black with #647899

Text Example


Text Example

White with #647899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647899; }

 p { color: rgb(100,120,153); }

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

background-color css

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

 a { background-color: rgb(100,120,153); }

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

border-color css

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

 span { border-color: rgb(100,120,153); }

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