#6A6091

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

Shades of Kimberly #6A6091

Tints of Kimberly #6A6091

Color information

#6A6091 (or 0x6A6091) is unknown color: approx Kimberly. HEX triplet: 6A, 60 and 91. RGB value is (106,96,145). Sum of RGB (Red+Green+Blue) = 106+96+145=347 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.55% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 145 (57.03% from 255 or 41.79% from 347); Max value from RGB is 145 - color contains mainly: blue. Hex color #6A6091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A6091 is #959F6E. Grayscale: #686868. Windows color (decimal): -9805679 or 9527402. OLE color: 9527402.

HSL color Cylindrical-coordinate representation of color #6A6091: hue angle of 252.24º 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 #6A6091 is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10696145-
CMYK0.270.3400.43
HSL252.24º20.33%47.25%-
HSV(B)252.24º33.79%56.86%-
XYZ15.2413.4728.59-
YUV104.58150.81129.02-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.55%
GREEN value IS 96 (37.89% from 255) = 27.67%
BLUE value IS 145 (57.03% from 255) = 41.79%
R=30.55%
G=27.67%
B=41.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal106961450.270.3400.43252.2420.3347.25
Hex6A60911B2202Bfc142f
Octal15214022133420533742457
Binary11010101100000100100011101110001001010111111110010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A6091; }

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

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

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

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

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

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

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

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