Html Css Color HEX #646B93 Waikawa Grey

📋 copy color: '#646B93'

red 100 ◦ green 107 ◦ blue 147

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

Shades of Waikawa Grey #646B93

Tints of Waikawa Grey #646B93

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.23%

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

R = 28.25%
G = 30.23%
B = 41.53%

CMYK

 C value IS 0.32

 M value IS 0.27

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#646B93 (or 0x646B93) is known color: Waikawa Grey. HEX triplet: 64, 6B and 93. RGB value is (100,107,147). Sum of RGB (Red+Green+Blue) = 100+107+147=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 107 (42.19% from 255 or 30.23% from 354); Blue value is 147 (57.81% from 255 or 41.53% from 354); Max value from RGB is 147 - color contains mainly: blue. Hex color #646B93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646B93 is #9B946C. Grayscale: #6D6D6D. Windows color (decimal): -10196077 or 9661284. OLE color: 9661284.

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

Color convert

RGB 100 107 147 -
CMYK 0.32 0.27 0 0.42
HSL 231.06º 0.19% 0.48% -
HSV(B) 231.06º 0.32% 0.58% -
XYZ 15.78 15.33 29.73 -
YUV 109.47 149.18 121.25 -
System Red Green Blue C M Y K H S L
Decimal 100 107 147 0.32 0.27 0 0.42 231.06 0.19 0.48
Hex 64 6B 93 20 1B 0 2A E7 13 30
Octal 144 153 223 40 33 0 52 347 23 60
Binary 1100100 1101011 10010011 100000 11011 0 101010 11100111 10011 110000

Color Harmonies of #646B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646B93

Black with #646B93

Text Example


Text Example

White with #646B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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