Html Css Color HEX #647795 Waikawa Grey

📋 copy color: '#647795'

red 100 ◦ green 119 ◦ blue 149

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

Shades of Waikawa Grey #647795

Tints of Waikawa Grey #647795

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.34%

 BLUE value IS 149 (58.59% from 255) = 40.49%

R = 27.17%
G = 32.34%
B = 40.49%

CMYK

 C value IS 0.33

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#647795 (or 0x647795) is known color: Waikawa Grey. HEX triplet: 64, 77 and 95. RGB value is (100,119,149). Sum of RGB (Red+Green+Blue) = 100+119+149=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 149 (58.59% from 255 or 40.49% from 368); Max value from RGB is 149 - color contains mainly: blue. Hex color #647795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647795 is #9B886A. Grayscale: #747474. Windows color (decimal): -10193003 or 9795428. OLE color: 9795428.

HSL color Cylindrical-coordinate representation of color #647795: hue angle of 216.73º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #647795 is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 119 149 -
CMYK 0.33 0.20 0 0.42
HSL 216.73º 0.2% 0.49% -
HSV(B) 216.73º 0.33% 0.58% -
XYZ 17.28 18.07 31.01 -
YUV 116.74 146.21 116.06 -
System Red Green Blue C M Y K H S L
Decimal 100 119 149 0.33 0.20 0 0.42 216.73 0.2 0.49
Hex 64 77 95 21 14 0 2A D9 14 31
Octal 144 167 225 41 24 0 52 331 24 61
Binary 1100100 1110111 10010101 100001 10100 0 101010 11011001 10100 110001

Color Harmonies of #647795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647795

Black with #647795

Text Example


Text Example

White with #647795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647795; }

 p { color: rgb(100,119,149); }

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

background-color css

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

 a { background-color: rgb(100,119,149); }

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

border-color css

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

 span { border-color: rgb(100,119,149); }

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