#6A6C7C

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

Shades of Comet #6A6C7C

Tints of Comet #6A6C7C

Color information

#6A6C7C (or 0x6A6C7C) is unknown color: approx Comet. HEX triplet: 6A, 6C and 7C. RGB value is (106,108,124). Sum of RGB (Red+Green+Blue) = 106+108+124=338 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.36% from 338); Green value is 108 (42.58% from 255 or 31.95% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 124 - color contains mainly: blue. Hex color #6A6C7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6C7C is #959383. Grayscale: #6D6D6D. Windows color (decimal): -9802628 or 8154218. OLE color: 8154218.

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

Color convert

RGB106108124-
CMYK0.150.1300.51
HSL233.33º7.83%45.1%-
HSV(B)233.33º14.52%48.63%-
XYZ14.9415.2421.22-
YUV109.23136.34125.7-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.36%
GREEN value IS 108 (42.58% from 255) = 31.95%
BLUE value IS 124 (48.83% from 255) = 36.69%
R=31.36%
G=31.95%
B=36.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1061081240.150.1300.51233.337.8345.1
Hex6A6C7CFD033e982d
Octal15215417417150633511055
Binary110101011011001111100111111010110011111010011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,108,124); }

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

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

 a { background-color: rgb(106,108,124); }

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

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

 span { border-color: rgb(106,108,124); }

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