Html Css Color HEX #647099 Waikawa Grey

📋 copy color: '#647099'

red 100 ◦ green 112 ◦ blue 153

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

Shades of Waikawa Grey #647099

Tints of Waikawa Grey #647099

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.68%

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

R = 27.4%
G = 30.68%
B = 41.92%

CMYK

 C value IS 0.35

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#647099 (or 0x647099) is known color: Waikawa Grey. HEX triplet: 64, 70 and 99. RGB value is (100,112,153). Sum of RGB (Red+Green+Blue) = 100+112+153=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 153 (60.16% from 255 or 41.92% from 365); Max value from RGB is 153 - color contains mainly: blue. Hex color #647099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647099 is #9B8F66. Grayscale: #707070. Windows color (decimal): -10194791 or 10055780. OLE color: 10055780.

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

Color convert

RGB 100 112 153 -
CMYK 0.35 0.27 0 0.4
HSL 226.42º 0.21% 0.5% -
HSV(B) 226.42º 0.35% 0.6% -
XYZ 16.8 16.6 32.46 -
YUV 113.09 150.52 118.67 -
System Red Green Blue C M Y K H S L
Decimal 100 112 153 0.35 0.27 0 0.4 226.42 0.21 0.5
Hex 64 70 99 23 1B 0 28 E2 15 32
Octal 144 160 231 43 33 0 50 342 25 62
Binary 1100100 1110000 10011001 100011 11011 0 101000 11100010 10101 110010

Color Harmonies of #647099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647099

Black with #647099

Text Example


Text Example

White with #647099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647099; }

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

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

background-color css

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

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

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

border-color css

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

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

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