#6A698A

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

Shades of Comet #6A698A

Tints of Comet #6A698A

Color information

#6A698A (or 0x6A698A) is unknown color: approx Comet. HEX triplet: 6A, 69 and 8A. RGB value is (106,105,138). Sum of RGB (Red+Green+Blue) = 106+105+138=349 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.37% from 349); Green value is 105 (41.41% from 255 or 30.09% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 138 - color contains mainly: blue. Hex color #6A698A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A698A is #959675. Grayscale: #6C6C6C. Windows color (decimal): -9803382 or 9070954. OLE color: 9070954.

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

Color convert

RGB106105138-
CMYK0.230.2400.46
HSL241.82º13.58%47.65%-
HSV(B)241.82º23.91%54.12%-
XYZ15.581526.12-
YUV109.06144.33125.82-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.37%
GREEN value IS 105 (41.41% from 255) = 30.09%
BLUE value IS 138 (54.30% from 255) = 39.54%
R=30.37%
G=30.09%
B=39.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1061051380.230.2400.46241.8213.5847.65
Hex6A698A171802Ef2e30
Octal15215121227300563621660
Binary110101011010011000101010111110000101110111100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A698A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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