#6A6989

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

Shades of Comet #6A6989

Tints of Comet #6A6989

Color information

#6A6989 (or 0x6A6989) is unknown color: approx Comet. HEX triplet: 6A, 69 and 89. RGB value is (106,105,137). Sum of RGB (Red+Green+Blue) = 106+105+137=348 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.46% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 137 (53.91% from 255 or 39.37% from 348); Max value from RGB is 137 - color contains mainly: blue. Hex color #6A6989 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A6989 is #959676. Grayscale: #6C6C6C. Windows color (decimal): -9803383 or 9005418. OLE color: 9005418.

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

Color convert

RGB106105137-
CMYK0.230.2300.46
HSL241.88º13.22%47.45%-
HSV(B)241.88º23.36%53.73%-
XYZ15.5114.9725.74-
YUV108.95143.83125.9-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.46%
GREEN value IS 105 (41.41% from 255) = 30.17%
BLUE value IS 137 (53.91% from 255) = 39.37%
R=30.46%
G=30.17%
B=39.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1061051370.230.2300.46241.8813.2247.45
Hex6A6989171702Ef2d2f
Octal15215121127270563621557
Binary110101011010011000100110111101110101110111100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,105,137); }

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

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

 a { background-color: rgb(106,105,137); }

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

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

 span { border-color: rgb(106,105,137); }

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