#6A648A

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

Shades of Kimberly #6A648A

Tints of Kimberly #6A648A

Color information

#6A648A (or 0x6A648A) is unknown color: approx Kimberly. HEX triplet: 6A, 64 and 8A. RGB value is (106,100,138). Sum of RGB (Red+Green+Blue) = 106+100+138=344 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.81% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 138 - color contains mainly: blue. Hex color #6A648A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A648A is #959B75. Grayscale: #696969. Windows color (decimal): -9804662 or 9069674. OLE color: 9069674.

HSL color Cylindrical-coordinate representation of color #6A648A: hue angle of 249.47º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6A648A is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB106100138-
CMYK0.230.2800.46
HSL249.47º15.97%46.67%-
HSV(B)249.47º27.54%54.12%-
XYZ15.0914.0125.95-
YUV106.13145.99127.91-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.81%
GREEN value IS 100 (39.45% from 255) = 29.07%
BLUE value IS 138 (54.30% from 255) = 40.12%
R=30.81%
G=29.07%
B=40.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1061001380.230.2800.46249.4715.9746.67
Hex6A648A171C02Ef9102f
Octal15214421227340563712057
Binary1101010110010010001010101111110001011101111100110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A648A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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