Html Css Color HEX #646A99 Waikawa Grey

📋 copy color: '#646A99'

red 100 ◦ green 106 ◦ blue 153

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

Shades of Waikawa Grey #646A99

Tints of Waikawa Grey #646A99

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.53%

 BLUE value IS 153 (60.16% from 255) = 42.62%

R = 27.86%
G = 29.53%
B = 42.62%

CMYK

 C value IS 0.35

 M value IS 0.31

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#646A99 (or 0x646A99) is known color: Waikawa Grey. HEX triplet: 64, 6A and 99. RGB value is (100,106,153). Sum of RGB (Red+Green+Blue) = 100+106+153=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 153 (60.16% from 255 or 42.62% from 359); Max value from RGB is 153 - color contains mainly: blue. Hex color #646A99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646A99 is #9B9566. Grayscale: #6D6D6D. Windows color (decimal): -10196327 or 10054244. OLE color: 10054244.

HSL color Cylindrical-coordinate representation of color #646A99: hue angle of 233.21º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #646A99 is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 100 106 153 -
CMYK 0.35 0.31 0 0.4
HSL 233.21º 0.21% 0.5% -
HSV(B) 233.21º 0.35% 0.6% -
XYZ 16.16 15.32 32.24 -
YUV 109.56 152.51 121.18 -
System Red Green Blue C M Y K H S L
Decimal 100 106 153 0.35 0.31 0 0.4 233.21 0.21 0.5
Hex 64 6A 99 23 1F 0 28 E9 15 32
Octal 144 152 231 43 37 0 50 351 25 62
Binary 1100100 1101010 10011001 100011 11111 0 101000 11101001 10101 110010

Color Harmonies of #646A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646A99

Black with #646A99

Text Example


Text Example

White with #646A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646A99; }

 p { color: rgb(100,106,153); }

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

background-color css

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

 a { background-color: rgb(100,106,153); }

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

border-color css

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

 span { border-color: rgb(100,106,153); }

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