#6A6382

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

Shades of Kimberly #6A6382

Tints of Kimberly #6A6382

Color information

#6A6382 (or 0x6A6382) is unknown color: approx Kimberly. HEX triplet: 6A, 63 and 82. RGB value is (106,99,130). Sum of RGB (Red+Green+Blue) = 106+99+130=335 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.64% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 130 (51.17% from 255 or 38.81% from 335); Max value from RGB is 130 - color contains mainly: blue. Hex color #6A6382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A6382 is #959C7D. Grayscale: #686868. Windows color (decimal): -9804926 or 8545130. OLE color: 8545130.

HSL color Cylindrical-coordinate representation of color #6A6382: hue angle of 253.55º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6A6382 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10699130-
CMYK0.180.2400.49
HSL253.55º13.54%44.9%-
HSV(B)253.55º23.85%50.98%-
XYZ14.4313.622.98-
YUV104.63142.32128.98-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.64%
GREEN value IS 99 (39.06% from 255) = 29.55%
BLUE value IS 130 (51.17% from 255) = 38.81%
R=31.64%
G=29.55%
B=38.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal106991300.180.2400.49253.5513.5444.9
Hex6A63821218031fee2d
Octal15214320222300613761655
Binary110101011000111000001010010110000110001111111101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,99,130); }

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

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

 a { background-color: rgb(106,99,130); }

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

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

 span { border-color: rgb(106,99,130); }

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