Html Css Color HEX #646E83 Waikawa Grey

📋 copy color: '#646E83'

red 100 ◦ green 110 ◦ blue 131

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

Shades of Waikawa Grey #646E83

Tints of Waikawa Grey #646E83

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.26%

 BLUE value IS 131 (51.56% from 255) = 38.42%

R = 29.33%
G = 32.26%
B = 38.42%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#646E83 (or 0x646E83) is known color: Waikawa Grey. HEX triplet: 64, 6E and 83. RGB value is (100,110,131). Sum of RGB (Red+Green+Blue) = 100+110+131=341 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.33% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 131 (51.56% from 255 or 38.42% from 341); Max value from RGB is 131 - color contains mainly: blue. Hex color #646E83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646E83 is #9B917C. Grayscale: #6D6D6D. Windows color (decimal): -10195325 or 8613476. OLE color: 8613476.

HSL color Cylindrical-coordinate representation of color #646E83: hue angle of 220.65º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #646E83 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 110 131 -
CMYK 0.24 0.16 0 0.49
HSL 220.65º 0.13% 0.45% -
HSV(B) 220.65º 0.24% 0.51% -
XYZ 14.93 15.5 23.68 -
YUV 109.4 140.19 121.29 -
System Red Green Blue C M Y K H S L
Decimal 100 110 131 0.24 0.16 0 0.49 220.65 0.13 0.45
Hex 64 6E 83 18 10 0 31 DD D 2D
Octal 144 156 203 30 20 0 61 335 15 55
Binary 1100100 1101110 10000011 11000 10000 0 110001 11011101 1101 101101

Color Harmonies of #646E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646E83

Black with #646E83

Text Example


Text Example

White with #646E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,110,131); }

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

background-color css

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

 a { background-color: rgb(100,110,131); }

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

border-color css

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

 span { border-color: rgb(100,110,131); }

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