Html Css Color HEX #647089 Waikawa Grey

📋 copy color: '#647089'

red 100 ◦ green 112 ◦ blue 137

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

Shades of Waikawa Grey #647089

Tints of Waikawa Grey #647089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 39.26%

R = 28.65%
G = 32.09%
B = 39.26%

CMYK

 C value IS 0.27

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#647089 (or 0x647089) is known color: Waikawa Grey. HEX triplet: 64, 70 and 89. RGB value is (100,112,137). Sum of RGB (Red+Green+Blue) = 100+112+137=349 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.65% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 137 - color contains mainly: blue. Hex color #647089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647089 is #9B8F76. Grayscale: #6F6F6F. Windows color (decimal): -10194807 or 9007204. OLE color: 9007204.

HSL color Cylindrical-coordinate representation of color #647089: hue angle of 220.54º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #647089 is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 100 112 137 -
CMYK 0.27 0.18 0 0.46
HSL 220.54º 0.16% 0.46% -
HSV(B) 220.54º 0.27% 0.54% -
XYZ 15.57 16.1 25.95 -
YUV 111.26 142.52 119.97 -
System Red Green Blue C M Y K H S L
Decimal 100 112 137 0.27 0.18 0 0.46 220.54 0.16 0.46
Hex 64 70 89 1B 12 0 2E DD 10 2E
Octal 144 160 211 33 22 0 56 335 20 56
Binary 1100100 1110000 10001001 11011 10010 0 101110 11011101 10000 101110

Color Harmonies of #647089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647089

Black with #647089

Text Example


Text Example

White with #647089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647089; }

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

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

background-color css

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

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

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

border-color css

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

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

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