#646084

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

Shades of Kimberly #646084

Tints of Kimberly #646084

Color information

#646084 (or 0x646084) is unknown color: approx Kimberly. HEX triplet: 64, 60 and 84. RGB value is (100,96,132). Sum of RGB (Red+Green+Blue) = 100+96+132=328 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.49% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 132 (51.95% from 255 or 40.24% from 328); Max value from RGB is 132 - color contains mainly: blue. Hex color #646084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646084 is #9B9F7B. Grayscale: #656565. Windows color (decimal): -10198908 or 8675428. OLE color: 8675428.

HSL color Cylindrical-coordinate representation of color #646084: hue angle of 246.67º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #646084 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10096132-
CMYK0.240.2700.48
HSL246.67º15.79%44.71%-
HSV(B)246.67º27.27%51.76%-
XYZ13.612.7423.57-
YUV101.3145.33127.07-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.49%
GREEN value IS 96 (37.89% from 255) = 29.27%
BLUE value IS 132 (51.95% from 255) = 40.24%
R=30.49%
G=29.27%
B=40.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100961320.240.2700.48246.6715.7944.71
Hex646084181B030f7102d
Octal14414020430330603672055
Binary1100100110000010000100110001101101100001111011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646084; }

 p { color: rgb(100,96,132); }

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

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

 a { background-color: rgb(100,96,132); }

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

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

 span { border-color: rgb(100,96,132); }

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