#6A6184

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

Shades of Kimberly #6A6184

Tints of Kimberly #6A6184

Color information

#6A6184 (or 0x6A6184) is unknown color: approx Kimberly. HEX triplet: 6A, 61 and 84. RGB value is (106,97,132). Sum of RGB (Red+Green+Blue) = 106+97+132=335 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.64% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 132 - color contains mainly: blue. Hex color #6A6184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A6184 is #959E7B. Grayscale: #676767. Windows color (decimal): -9805436 or 8675690. OLE color: 8675690.

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

Color convert

RGB10697132-
CMYK0.200.2700.48
HSL255.43º15.28%44.9%-
HSV(B)255.43º26.52%51.76%-
XYZ14.3813.2823.63-
YUV103.68143.98129.65-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.64%
GREEN value IS 97 (38.28% from 255) = 28.96%
BLUE value IS 132 (51.95% from 255) = 39.40%
R=31.64%
G=28.96%
B=39.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal106971320.200.2700.48255.4315.2844.9
Hex6A6184141B030fff2d
Octal15214120424330603771755
Binary110101011000011000010010100110110110000111111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,97,132); }

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

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

 a { background-color: rgb(106,97,132); }

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

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

 span { border-color: rgb(106,97,132); }

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