Html Css Color HEX #646894 Waikawa Grey

📋 copy color: '#646894'

red 100 ◦ green 104 ◦ blue 148

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

Shades of Waikawa Grey #646894

Tints of Waikawa Grey #646894

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.55%

 BLUE value IS 148 (58.2% from 255) = 42.05%

R = 28.41%
G = 29.55%
B = 42.05%

CMYK

 C value IS 0.32

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#646894 (or 0x646894) is known color: Waikawa Grey. HEX triplet: 64, 68 and 94. RGB value is (100,104,148). Sum of RGB (Red+Green+Blue) = 100+104+148=352 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.41% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 148 (58.20% from 255 or 42.05% from 352); Max value from RGB is 148 - color contains mainly: blue. Hex color #646894 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646894 is #9B976B. Grayscale: #6B6B6B. Windows color (decimal): -10196844 or 9726052. OLE color: 9726052.

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

Color convert

RGB 100 104 148 -
CMYK 0.32 0.30 0 0.42
HSL 235º 0.19% 0.49% -
HSV(B) 235º 0.32% 0.58% -
XYZ 15.55 14.75 30.04 -
YUV 107.82 150.67 122.42 -
System Red Green Blue C M Y K H S L
Decimal 100 104 148 0.32 0.30 0 0.42 235 0.19 0.49
Hex 64 68 94 20 1E 0 2A EB 13 31
Octal 144 150 224 40 36 0 52 353 23 61
Binary 1100100 1101000 10010100 100000 11110 0 101010 11101011 10011 110001

Color Harmonies of #646894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646894

Black with #646894

Text Example


Text Example

White with #646894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646894; }

 p { color: rgb(100,104,148); }

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

background-color css

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

 a { background-color: rgb(100,104,148); }

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

border-color css

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

 span { border-color: rgb(100,104,148); }

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