#6D6093

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

Shades of Kimberly #6D6093

Tints of Kimberly #6D6093

Color information

#6D6093 (or 0x6D6093) is unknown color: approx Kimberly. HEX triplet: 6D, 60 and 93. RGB value is (109,96,147). Sum of RGB (Red+Green+Blue) = 109+96+147=352 (46% of max value = 765). Red value is 109 (42.97% from 255 or 30.97% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 147 (57.81% from 255 or 41.76% from 352); Max value from RGB is 147 - color contains mainly: blue. Hex color #6D6093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6093 is #929F6C. Grayscale: #696969. Windows color (decimal): -9609069 or 9658477. OLE color: 9658477.

HSL color Cylindrical-coordinate representation of color #6D6093: hue angle of 255.29º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6D6093 is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10996147-
CMYK0.260.3500.42
HSL255.29º20.99%47.65%-
HSV(B)255.29º34.69%57.65%-
XYZ15.7613.7229.42-
YUV105.7151.31130.35-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.97%
GREEN value IS 96 (37.89% from 255) = 27.27%
BLUE value IS 147 (57.81% from 255) = 41.76%
R=30.97%
G=27.27%
B=41.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal109961470.260.3500.42255.2920.9947.65
Hex6D60931A2302Aff1530
Octal15514022332430523772560
Binary11011011100000100100111101010001101010101111111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,96,147); }

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

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

 a { background-color: rgb(109,96,147); }

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

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

 span { border-color: rgb(109,96,147); }

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