Html Css Color HEX #647086 Waikawa Grey

📋 copy color: '#647086'

red 100 ◦ green 112 ◦ blue 134

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

Shades of Waikawa Grey #647086

Tints of Waikawa Grey #647086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 38.73%

R = 28.9%
G = 32.37%
B = 38.73%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#647086 (or 0x647086) is known color: Waikawa Grey. HEX triplet: 64, 70 and 86. RGB value is (100,112,134). Sum of RGB (Red+Green+Blue) = 100+112+134=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 134 (52.73% from 255 or 38.73% from 346); Max value from RGB is 134 - color contains mainly: blue. Hex color #647086 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647086 is #9B8F79. Grayscale: #6E6E6E. Windows color (decimal): -10194810 or 8810596. OLE color: 8810596.

HSL color Cylindrical-coordinate representation of color #647086: hue angle of 218.82º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #647086 is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 112 134 -
CMYK 0.25 0.16 0 0.47
HSL 218.82º 0.15% 0.46% -
HSV(B) 218.82º 0.25% 0.53% -
XYZ 15.35 16.02 24.84 -
YUV 110.92 141.02 120.21 -
System Red Green Blue C M Y K H S L
Decimal 100 112 134 0.25 0.16 0 0.47 218.82 0.15 0.46
Hex 64 70 86 19 10 0 2F DB F 2E
Octal 144 160 206 31 20 0 57 333 17 56
Binary 1100100 1110000 10000110 11001 10000 0 101111 11011011 1111 101110

Color Harmonies of #647086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647086

Black with #647086

Text Example


Text Example

White with #647086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647086; }

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

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

background-color css

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

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

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

border-color css

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

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

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