Html Css Color HEX #646D92 Waikawa Grey

📋 copy color: '#646D92'

red 100 ◦ green 109 ◦ blue 146

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

Shades of Waikawa Grey #646D92

Tints of Waikawa Grey #646D92

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.7%

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

R = 28.17%
G = 30.7%
B = 41.13%

CMYK

 C value IS 0.32

 M value IS 0.25

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#646D92 (or 0x646D92) is known color: Waikawa Grey. HEX triplet: 64, 6D and 92. RGB value is (100,109,146). Sum of RGB (Red+Green+Blue) = 100+109+146=355 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.17% from 355); Green value is 109 (42.97% from 255 or 30.70% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 146 - color contains mainly: blue. Hex color #646D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646D92 is #9B926D. Grayscale: #6E6E6E. Windows color (decimal): -10195566 or 9596260. OLE color: 9596260.

HSL color Cylindrical-coordinate representation of color #646D92: hue angle of 228.26º 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 #646D92 is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 100 109 146 -
CMYK 0.32 0.25 0 0.43
HSL 228.26º 0.19% 0.48% -
HSV(B) 228.26º 0.32% 0.57% -
XYZ 15.91 15.72 29.39 -
YUV 110.53 148.02 120.49 -
System Red Green Blue C M Y K H S L
Decimal 100 109 146 0.32 0.25 0 0.43 228.26 0.19 0.48
Hex 64 6D 92 20 19 0 2B E4 13 30
Octal 144 155 222 40 31 0 53 344 23 60
Binary 1100100 1101101 10010010 100000 11001 0 101011 11100100 10011 110000

Color Harmonies of #646D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646D92

Black with #646D92

Text Example


Text Example

White with #646D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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