#6A5F92

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

Shades of Kimberly #6A5F92

Tints of Kimberly #6A5F92

Color information

#6A5F92 (or 0x6A5F92) is unknown color: approx Kimberly. HEX triplet: 6A, 5F and 92. RGB value is (106,95,146). Sum of RGB (Red+Green+Blue) = 106+95+146=347 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.55% from 347); Green value is 95 (37.5% from 255 or 27.38% from 347); Blue value is 146 (57.42% from 255 or 42.07% from 347); Max value from RGB is 146 - color contains mainly: blue. Hex color #6A5F92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A5F92 is #95A06D. Grayscale: #676767. Windows color (decimal): -9805934 or 9592682. OLE color: 9592682.

HSL color Cylindrical-coordinate representation of color #6A5F92: hue angle of 252.94º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6A5F92 is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10695146-
CMYK0.270.3500.43
HSL252.94º21.16%47.25%-
HSV(B)252.94º34.93%57.25%-
XYZ15.2213.3228.96-
YUV104.1151.64129.35-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.55%
GREEN value IS 95 (37.5% from 255) = 27.38%
BLUE value IS 146 (57.42% from 255) = 42.07%
R=30.55%
G=27.38%
B=42.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal106951460.270.3500.43252.9421.1647.25
Hex6A5F921B2302Bfd152f
Octal15213722233430533752557
Binary11010101011111100100101101110001101010111111110110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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