Html Css Color HEX #647291 Waikawa Grey

📋 copy color: '#647291'

red 100 ◦ green 114 ◦ blue 145

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

Shades of Waikawa Grey #647291

Tints of Waikawa Grey #647291

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.75%

 BLUE value IS 145 (57.03% from 255) = 40.39%

R = 27.86%
G = 31.75%
B = 40.39%

CMYK

 C value IS 0.31

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#647291 (or 0x647291) is known color: Waikawa Grey. HEX triplet: 64, 72 and 91. RGB value is (100,114,145). Sum of RGB (Red+Green+Blue) = 100+114+145=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 145 (57.03% from 255 or 40.39% from 359); Max value from RGB is 145 - color contains mainly: blue. Hex color #647291 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647291 is #9B8D6E. Grayscale: #717171. Windows color (decimal): -10194287 or 9532004. OLE color: 9532004.

HSL color Cylindrical-coordinate representation of color #647291: hue angle of 221.33º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #647291 is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 100 114 145 -
CMYK 0.31 0.21 0 0.43
HSL 221.33º 0.18% 0.48% -
HSV(B) 221.33º 0.31% 0.57% -
XYZ 16.38 16.79 29.17 -
YUV 113.35 145.86 118.48 -
System Red Green Blue C M Y K H S L
Decimal 100 114 145 0.31 0.21 0 0.43 221.33 0.18 0.48
Hex 64 72 91 1F 15 0 2B DD 12 30
Octal 144 162 221 37 25 0 53 335 22 60
Binary 1100100 1110010 10010001 11111 10101 0 101011 11011101 10010 110000

Color Harmonies of #647291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647291

Black with #647291

Text Example


Text Example

White with #647291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647291; }

 p { color: rgb(100,114,145); }

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

background-color css

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

 a { background-color: rgb(100,114,145); }

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

border-color css

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

 span { border-color: rgb(100,114,145); }

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