Html Css Color HEX #647893 Waikawa Grey

📋 copy color: '#647893'

red 100 ◦ green 120 ◦ blue 147

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

Shades of Waikawa Grey #647893

Tints of Waikawa Grey #647893

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.7%

 BLUE value IS 147 (57.81% from 255) = 40.05%

R = 27.25%
G = 32.7%
B = 40.05%

CMYK

 C value IS 0.32

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#647893 (or 0x647893) is known color: Waikawa Grey. HEX triplet: 64, 78 and 93. RGB value is (100,120,147). Sum of RGB (Red+Green+Blue) = 100+120+147=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 120 (47.27% from 255 or 32.70% from 367); Blue value is 147 (57.81% from 255 or 40.05% from 367); Max value from RGB is 147 - color contains mainly: blue. Hex color #647893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647893 is #9B876C. Grayscale: #747474. Windows color (decimal): -10192749 or 9664612. OLE color: 9664612.

HSL color Cylindrical-coordinate representation of color #647893: hue angle of 214.47º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #647893 is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 120 147 -
CMYK 0.32 0.18 0 0.42
HSL 214.47º 0.19% 0.48% -
HSV(B) 214.47º 0.32% 0.58% -
XYZ 17.24 18.25 30.22 -
YUV 117.1 144.87 115.8 -
System Red Green Blue C M Y K H S L
Decimal 100 120 147 0.32 0.18 0 0.42 214.47 0.19 0.48
Hex 64 78 93 20 12 0 2A D6 13 30
Octal 144 170 223 40 22 0 52 326 23 60
Binary 1100100 1111000 10010011 100000 10010 0 101010 11010110 10011 110000

Color Harmonies of #647893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647893

Black with #647893

Text Example


Text Example

White with #647893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647893; }

 p { color: rgb(100,120,147); }

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

background-color css

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

 a { background-color: rgb(100,120,147); }

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

border-color css

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

 span { border-color: rgb(100,120,147); }

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