#6A6085

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

Shades of Kimberly #6A6085

Tints of Kimberly #6A6085

Color information

#6A6085 (or 0x6A6085) is unknown color: approx Kimberly. HEX triplet: 6A, 60 and 85. RGB value is (106,96,133). Sum of RGB (Red+Green+Blue) = 106+96+133=335 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.64% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 133 - color contains mainly: blue. Hex color #6A6085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A6085 is #959F7A. Grayscale: #676767. Windows color (decimal): -9805691 or 8740970. OLE color: 8740970.

HSL color Cylindrical-coordinate representation of color #6A6085: hue angle of 256.22º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6A6085 is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10696133-
CMYK0.200.2800.48
HSL256.22º16.16%44.9%-
HSV(B)256.22º27.82%52.16%-
XYZ14.3613.1223.97-
YUV103.21144.81129.99-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.64%
GREEN value IS 96 (37.89% from 255) = 28.66%
BLUE value IS 133 (52.34% from 255) = 39.70%
R=31.64%
G=28.66%
B=39.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal106961330.200.2800.48256.2216.1644.9
Hex6A6085141C030100102d
Octal15214020524340604002055
Binary11010101100000100001011010011100011000010000000010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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