Html Css Color HEX #646993 Waikawa Grey

📋 copy color: '#646993'

red 100 ◦ green 105 ◦ blue 147

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

Shades of Waikawa Grey #646993

Tints of Waikawa Grey #646993

RGB

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

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

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

R = 28.41%
G = 29.83%
B = 41.76%

CMYK

 C value IS 0.32

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#646993 (or 0x646993) is known color: Waikawa Grey. HEX triplet: 64, 69 and 93. RGB value is (100,105,147). Sum of RGB (Red+Green+Blue) = 100+105+147=352 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.41% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 147 (57.81% from 255 or 41.76% from 352); Max value from RGB is 147 - color contains mainly: blue. Hex color #646993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646993 is #9B966C. Grayscale: #6C6C6C. Windows color (decimal): -10196589 or 9660772. OLE color: 9660772.

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

Color convert

RGB 100 105 147 -
CMYK 0.32 0.29 0 0.42
HSL 233.62º 0.19% 0.48% -
HSV(B) 233.62º 0.32% 0.58% -
XYZ 15.57 14.92 29.66 -
YUV 108.29 149.84 122.08 -
System Red Green Blue C M Y K H S L
Decimal 100 105 147 0.32 0.29 0 0.42 233.62 0.19 0.48
Hex 64 69 93 20 1D 0 2A EA 13 30
Octal 144 151 223 40 35 0 52 352 23 60
Binary 1100100 1101001 10010011 100000 11101 0 101010 11101010 10011 110000

Color Harmonies of #646993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646993

Black with #646993

Text Example


Text Example

White with #646993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646993; }

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

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

background-color css

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

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

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

border-color css

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

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

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