#6A608E

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

Shades of Kimberly #6A608E

Tints of Kimberly #6A608E

Color information

#6A608E (or 0x6A608E) is unknown color: approx Kimberly. HEX triplet: 6A, 60 and 8E. RGB value is (106,96,142). Sum of RGB (Red+Green+Blue) = 106+96+142=344 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.81% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 142 (55.86% from 255 or 41.28% from 344); Max value from RGB is 142 - color contains mainly: blue. Hex color #6A608E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A608E is #959F71. Grayscale: #686868. Windows color (decimal): -9805682 or 9330794. OLE color: 9330794.

HSL color Cylindrical-coordinate representation of color #6A608E: hue angle of 253.04º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6A608E is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10696142-
CMYK0.250.3200.44
HSL253.04º19.33%46.67%-
HSV(B)253.04º32.39%55.69%-
XYZ15.0113.3827.38-
YUV104.23149.31129.26-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.81%
GREEN value IS 96 (37.89% from 255) = 27.91%
BLUE value IS 142 (55.86% from 255) = 41.28%
R=30.81%
G=27.91%
B=41.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal106961420.250.3200.44253.0419.3346.67
Hex6A608E192002Cfd132f
Octal15214021631400543752357
Binary11010101100000100011101100110000001011001111110110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A608E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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