Html Css Color HEX #646E85 Waikawa Grey

📋 copy color: '#646E85'

red 100 ◦ green 110 ◦ blue 133

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

Shades of Waikawa Grey #646E85

Tints of Waikawa Grey #646E85

RGB

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

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

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

R = 29.15%
G = 32.07%
B = 38.78%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#646E85 (or 0x646E85) is known color: Waikawa Grey. HEX triplet: 64, 6E and 85. RGB value is (100,110,133). Sum of RGB (Red+Green+Blue) = 100+110+133=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 110 (43.36% from 255 or 32.07% from 343); Blue value is 133 (52.34% from 255 or 38.78% from 343); Max value from RGB is 133 - color contains mainly: blue. Hex color #646E85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646E85 is #9B917A. Grayscale: #6D6D6D. Windows color (decimal): -10195323 or 8744548. OLE color: 8744548.

HSL color Cylindrical-coordinate representation of color #646E85: hue angle of 221.82º 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 #646E85 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 110 133 -
CMYK 0.25 0.17 0 0.48
HSL 221.82º 0.14% 0.46% -
HSV(B) 221.82º 0.25% 0.52% -
XYZ 15.07 15.55 24.4 -
YUV 109.63 141.19 121.13 -
System Red Green Blue C M Y K H S L
Decimal 100 110 133 0.25 0.17 0 0.48 221.82 0.14 0.46
Hex 64 6E 85 19 11 0 30 DE E 2E
Octal 144 156 205 31 21 0 60 336 16 56
Binary 1100100 1101110 10000101 11001 10001 0 110000 11011110 1110 101110

Color Harmonies of #646E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646E85

Black with #646E85

Text Example


Text Example

White with #646E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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