#646091

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

Shades of Kimberly #646091

Tints of Kimberly #646091

Color information

#646091 (or 0x646091) is unknown color: approx Kimberly. HEX triplet: 64, 60 and 91. RGB value is (100,96,145). Sum of RGB (Red+Green+Blue) = 100+96+145=341 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.33% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 145 - color contains mainly: blue. Hex color #646091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646091 is #9B9F6E. Grayscale: #666666. Windows color (decimal): -10198895 or 9527396. OLE color: 9527396.

HSL color Cylindrical-coordinate representation of color #646091: hue angle of 244.9º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #646091 is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10096145-
CMYK0.310.3400.43
HSL244.9º20.33%47.25%-
HSV(B)244.9º33.79%56.86%-
XYZ14.5513.1228.55-
YUV102.78151.83126.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.33%
GREEN value IS 96 (37.89% from 255) = 28.15%
BLUE value IS 145 (57.03% from 255) = 42.52%
R=29.33%
G=28.15%
B=42.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal100961450.310.3400.43244.920.3347.25
Hex6460911F2202Bf5142f
Octal14414022137420533652457
Binary11001001100000100100011111110001001010111111010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646091; }

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

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

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

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

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

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

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

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