Html Css Color HEX #646992 Waikawa Grey

📋 copy color: '#646992'

red 100 ◦ green 105 ◦ blue 146

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

Shades of Waikawa Grey #646992

Tints of Waikawa Grey #646992

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.91%

 BLUE value IS 146 (57.42% from 255) = 41.6%

R = 28.49%
G = 29.91%
B = 41.6%

CMYK

 C value IS 0.32

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#646992 (or 0x646992) is known color: Waikawa Grey. HEX triplet: 64, 69 and 92. RGB value is (100,105,146). Sum of RGB (Red+Green+Blue) = 100+105+146=351 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.49% from 351); Green value is 105 (41.41% from 255 or 29.91% from 351); Blue value is 146 (57.42% from 255 or 41.60% from 351); Max value from RGB is 146 - color contains mainly: blue. Hex color #646992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646992 is #9B966D. Grayscale: #6C6C6C. Windows color (decimal): -10196590 or 9595236. OLE color: 9595236.

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

Color convert

RGB 100 105 146 -
CMYK 0.32 0.28 0 0.43
HSL 233.48º 0.19% 0.48% -
HSV(B) 233.48º 0.32% 0.57% -
XYZ 15.5 14.89 29.25 -
YUV 108.18 149.34 122.17 -
System Red Green Blue C M Y K H S L
Decimal 100 105 146 0.32 0.28 0 0.43 233.48 0.19 0.48
Hex 64 69 92 20 1C 0 2B E9 13 30
Octal 144 151 222 40 34 0 53 351 23 60
Binary 1100100 1101001 10010010 100000 11100 0 101011 11101001 10011 110000

Color Harmonies of #646992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646992

Black with #646992

Text Example


Text Example

White with #646992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646992; }

 p { color: rgb(100,105,146); }

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

background-color css

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

 a { background-color: rgb(100,105,146); }

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

border-color css

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

 span { border-color: rgb(100,105,146); }

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