#646085

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

Shades of Kimberly #646085

Tints of Kimberly #646085

Color information

#646085 (or 0x646085) is unknown color: approx Kimberly. HEX triplet: 64, 60 and 85. RGB value is (100,96,133). Sum of RGB (Red+Green+Blue) = 100+96+133=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 133 - color contains mainly: blue. Hex color #646085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646085 is #9B9F7A. Grayscale: #656565. Windows color (decimal): -10198907 or 8740964. OLE color: 8740964.

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

Color convert

RGB10096133-
CMYK0.250.2800.48
HSL246.49º16.16%44.9%-
HSV(B)246.49º27.82%52.16%-
XYZ13.6712.7723.93-
YUV101.41145.83126.99-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.40%
GREEN value IS 96 (37.89% from 255) = 29.18%
BLUE value IS 133 (52.34% from 255) = 40.43%
R=30.40%
G=29.18%
B=40.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100961330.250.2800.48246.4916.1644.9
Hex646085191C030f6102d
Octal14414020531340603662055
Binary1100100110000010000101110011110001100001111011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646085; }

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

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

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

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

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

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

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

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