#6A6480

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

Shades of Kimberly #6A6480

Tints of Kimberly #6A6480

Color information

#6A6480 (or 0x6A6480) is unknown color: approx Kimberly. HEX triplet: 6A, 64 and 80. RGB value is (106,100,128). Sum of RGB (Red+Green+Blue) = 106+100+128=334 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.74% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 128 (50.39% from 255 or 38.32% from 334); Max value from RGB is 128 - color contains mainly: blue. Hex color #6A6480 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A6480 is #959B7F. Grayscale: #686868. Windows color (decimal): -9804672 or 8414314. OLE color: 8414314.

HSL color Cylindrical-coordinate representation of color #6A6480: hue angle of 252.86º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6A6480 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB106100128-
CMYK0.170.2200.50
HSL252.86º12.28%44.71%-
HSV(B)252.86º21.88%50.2%-
XYZ14.413.7422.31-
YUV104.99140.99128.72-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.74%
GREEN value IS 100 (39.45% from 255) = 29.94%
BLUE value IS 128 (50.39% from 255) = 38.32%
R=31.74%
G=29.94%
B=38.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1061001280.170.2200.50252.8612.2844.71
Hex6A64801116032fdc2d
Octal15214420021260623751455
Binary110101011001001000000010001101100110010111111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,100,128); }

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

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

 a { background-color: rgb(106,100,128); }

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

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

 span { border-color: rgb(106,100,128); }

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