Html Css Color HEX #646C87 Waikawa Grey

📋 copy color: '#646C87'

red 100 ◦ green 108 ◦ blue 135

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

Shades of Waikawa Grey #646C87

Tints of Waikawa Grey #646C87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 39.36%

R = 29.15%
G = 31.49%
B = 39.36%

CMYK

 C value IS 0.26

 M value IS 0.2

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#646C87 (or 0x646C87) is known color: Waikawa Grey. HEX triplet: 64, 6C and 87. RGB value is (100,108,135). Sum of RGB (Red+Green+Blue) = 100+108+135=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 135 (53.12% from 255 or 39.36% from 343); Max value from RGB is 135 - color contains mainly: blue. Hex color #646C87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646C87 is #9B9378. Grayscale: #6C6C6C. Windows color (decimal): -10195833 or 8875108. OLE color: 8875108.

HSL color Cylindrical-coordinate representation of color #646C87: hue angle of 226.29º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #646C87 is Cyan = 0.26, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 108 135 -
CMYK 0.26 0.2 0 0.47
HSL 226.29º 0.15% 0.46% -
HSV(B) 226.29º 0.26% 0.53% -
XYZ 14.99 15.18 25.06 -
YUV 108.69 142.85 121.8 -
System Red Green Blue C M Y K H S L
Decimal 100 108 135 0.26 0.2 0 0.47 226.29 0.15 0.46
Hex 64 6C 87 1A 14 0 2F E2 F 2E
Octal 144 154 207 32 24 0 57 342 17 56
Binary 1100100 1101100 10000111 11010 10100 0 101111 11100010 1111 101110

Color Harmonies of #646C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646C87

Black with #646C87

Text Example


Text Example

White with #646C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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