Html Css Color HEX #646C85 Waikawa Grey

📋 copy color: '#646C85'

red 100 ◦ green 108 ◦ blue 133

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

Shades of Waikawa Grey #646C85

Tints of Waikawa Grey #646C85

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.67%

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

R = 29.33%
G = 31.67%
B = 39%

CMYK

 C value IS 0.25

 M value IS 0.19

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#646C85 (or 0x646C85) is known color: Waikawa Grey. HEX triplet: 64, 6C and 85. RGB value is (100,108,133). Sum of RGB (Red+Green+Blue) = 100+108+133=341 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.33% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 133 - color contains mainly: blue. Hex color #646C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646C85 is #9B937A. Grayscale: #6C6C6C. Windows color (decimal): -10195835 or 8744036. OLE color: 8744036.

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

Color convert

RGB 100 108 133 -
CMYK 0.25 0.19 0 0.48
HSL 225.45º 0.14% 0.46% -
HSV(B) 225.45º 0.25% 0.52% -
XYZ 14.85 15.13 24.33 -
YUV 108.46 141.85 121.97 -
System Red Green Blue C M Y K H S L
Decimal 100 108 133 0.25 0.19 0 0.48 225.45 0.14 0.46
Hex 64 6C 85 19 13 0 30 E1 E 2E
Octal 144 154 205 31 23 0 60 341 16 56
Binary 1100100 1101100 10000101 11001 10011 0 110000 11100001 1110 101110

Color Harmonies of #646C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646C85

Black with #646C85

Text Example


Text Example

White with #646C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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