Html Css Color HEX #646D85 Waikawa Grey

📋 copy color: '#646D85'

red 100 ◦ green 109 ◦ blue 133

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

Shades of Waikawa Grey #646D85

Tints of Waikawa Grey #646D85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 38.89%

R = 29.24%
G = 31.87%
B = 38.89%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#646D85 (or 0x646D85) is known color: Waikawa Grey. HEX triplet: 64, 6D and 85. RGB value is (100,109,133). Sum of RGB (Red+Green+Blue) = 100+109+133=342 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.24% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 133 (52.34% from 255 or 38.89% from 342); Max value from RGB is 133 - color contains mainly: blue. Hex color #646D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646D85 is #9B927A. Grayscale: #6C6C6C. Windows color (decimal): -10195579 or 8744292. OLE color: 8744292.

HSL color Cylindrical-coordinate representation of color #646D85: hue angle of 223.64º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #646D85 is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 109 133 -
CMYK 0.25 0.18 0 0.48
HSL 223.64º 0.14% 0.46% -
HSV(B) 223.64º 0.25% 0.52% -
XYZ 14.96 15.34 24.36 -
YUV 109.05 141.52 121.55 -
System Red Green Blue C M Y K H S L
Decimal 100 109 133 0.25 0.18 0 0.48 223.64 0.14 0.46
Hex 64 6D 85 19 12 0 30 E0 E 2E
Octal 144 155 205 31 22 0 60 340 16 56
Binary 1100100 1101101 10000101 11001 10010 0 110000 11100000 1110 101110

Color Harmonies of #646D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646D85

Black with #646D85

Text Example


Text Example

White with #646D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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