Html Css Color HEX #647499 Waikawa Grey

📋 copy color: '#647499'

red 100 ◦ green 116 ◦ blue 153

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

Shades of Waikawa Grey #647499

Tints of Waikawa Grey #647499

RGB

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

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

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

R = 27.1%
G = 31.44%
B = 41.46%

CMYK

 C value IS 0.35

 M value IS 0.24

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#647499 (or 0x647499) is known color: Waikawa Grey. HEX triplet: 64, 74 and 99. RGB value is (100,116,153). Sum of RGB (Red+Green+Blue) = 100+116+153=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 153 - color contains mainly: blue. Hex color #647499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647499 is #9B8B66. Grayscale: #737373. Windows color (decimal): -10193767 or 10056804. OLE color: 10056804.

HSL color Cylindrical-coordinate representation of color #647499: hue angle of 221.89º 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 #647499 is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 100 116 153 -
CMYK 0.35 0.24 0 0.4
HSL 221.89º 0.21% 0.5% -
HSV(B) 221.89º 0.35% 0.6% -
XYZ 17.25 17.5 32.61 -
YUV 115.43 149.2 116.99 -
System Red Green Blue C M Y K H S L
Decimal 100 116 153 0.35 0.24 0 0.4 221.89 0.21 0.5
Hex 64 74 99 23 18 0 28 DE 15 32
Octal 144 164 231 43 30 0 50 336 25 62
Binary 1100100 1110100 10011001 100011 11000 0 101000 11011110 10101 110010

Color Harmonies of #647499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647499

Black with #647499

Text Example


Text Example

White with #647499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647499; }

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

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

background-color css

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

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

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

border-color css

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

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

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