Html Css Color HEX #646D93 Waikawa Grey

📋 copy color: '#646D93'

red 100 ◦ green 109 ◦ blue 147

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

Shades of Waikawa Grey #646D93

Tints of Waikawa Grey #646D93

RGB

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

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

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

R = 28.09%
G = 30.62%
B = 41.29%

CMYK

 C value IS 0.32

 M value IS 0.26

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#646D93 (or 0x646D93) is known color: Waikawa Grey. HEX triplet: 64, 6D and 93. RGB value is (100,109,147). Sum of RGB (Red+Green+Blue) = 100+109+147=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 109 (42.97% from 255 or 30.62% from 356); Blue value is 147 (57.81% from 255 or 41.29% from 356); Max value from RGB is 147 - color contains mainly: blue. Hex color #646D93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646D93 is #9B926C. Grayscale: #6E6E6E. Windows color (decimal): -10195565 or 9661796. OLE color: 9661796.

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

Color convert

RGB 100 109 147 -
CMYK 0.32 0.26 0 0.42
HSL 228.51º 0.19% 0.48% -
HSV(B) 228.51º 0.32% 0.58% -
XYZ 15.99 15.75 29.8 -
YUV 110.64 148.52 120.41 -
System Red Green Blue C M Y K H S L
Decimal 100 109 147 0.32 0.26 0 0.42 228.51 0.19 0.48
Hex 64 6D 93 20 1A 0 2A E5 13 30
Octal 144 155 223 40 32 0 52 345 23 60
Binary 1100100 1101101 10010011 100000 11010 0 101010 11100101 10011 110000

Color Harmonies of #646D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646D93

Black with #646D93

Text Example


Text Example

White with #646D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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