#6A5F91

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

Shades of Kimberly #6A5F91

Tints of Kimberly #6A5F91

Color information

#6A5F91 (or 0x6A5F91) is unknown color: approx Kimberly. HEX triplet: 6A, 5F and 91. RGB value is (106,95,145). Sum of RGB (Red+Green+Blue) = 106+95+145=346 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.64% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 145 (57.03% from 255 or 41.91% from 346); Max value from RGB is 145 - color contains mainly: blue. Hex color #6A5F91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A5F91 is #95A06E. Grayscale: #676767. Windows color (decimal): -9805935 or 9527146. OLE color: 9527146.

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

Color convert

RGB10695145-
CMYK0.270.3400.43
HSL253.2º20.83%47.06%-
HSV(B)253.2º34.48%56.86%-
XYZ15.1513.2928.56-
YUV103.99151.14129.43-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.64%
GREEN value IS 95 (37.5% from 255) = 27.46%
BLUE value IS 145 (57.03% from 255) = 41.91%
R=30.64%
G=27.46%
B=41.91%

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
Decimal106951450.270.3400.43253.220.8347.06
Hex6A5F911B2202Bfd152f
Octal15213722133420533752557
Binary11010101011111100100011101110001001010111111110110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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