#646187

Color #646187 Kimberly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kimberly #646187

Tints of Kimberly #646187

Color information

#646187 (or 0x646187) is unknown color: approx Kimberly. HEX triplet: 64, 61 and 87. RGB value is (100,97,135). Sum of RGB (Red+Green+Blue) = 100+97+135=332 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.12% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 135 (53.12% from 255 or 40.66% from 332); Max value from RGB is 135 - color contains mainly: blue. Hex color #646187 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646187 is #9B9E78. Grayscale: #666666. Windows color (decimal): -10198649 or 8872292. OLE color: 8872292.

HSL color Cylindrical-coordinate representation of color #646187: hue angle of 244.74º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #646187 is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10097135-
CMYK0.260.2800.47
HSL244.74º16.38%45.49%-
HSV(B)244.74º28.15%52.94%-
XYZ13.913.0124.7-
YUV102.23146.49126.41-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.12%
GREEN value IS 97 (38.28% from 255) = 29.22%
BLUE value IS 135 (53.12% from 255) = 40.66%
R=30.12%
G=29.22%
B=40.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal100971350.260.2800.47244.7416.3845.49
Hex6461871A1C02Ff5102d
Octal14414120732340573652055
Binary1100100110000110000111110101110001011111111010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646187; }

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

 H1.HeaderClassName
 {
   color: #646187;
 }
 .AnyTagClassName
 {
   color: #646187;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #646187;
 }
 .BgClassName
 {
   background-color: #646187;
 }
</style>
border-color css

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

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

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