#6B6B7C

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

Shades of Comet #6B6B7C

Tints of Comet #6B6B7C

Color information

#6B6B7C (or 0x6B6B7C) is unknown color: approx Comet. HEX triplet: 6B, 6B and 7C. RGB value is (107,107,124). Sum of RGB (Red+Green+Blue) = 107+107+124=338 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.66% from 338); Green value is 107 (42.19% from 255 or 31.66% 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 #6B6B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6B7C is #949483. Grayscale: #6C6C6C. Windows color (decimal): -9737348 or 8153963. OLE color: 8153963.

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

Color convert

RGB107107124-
CMYK0.140.1400.51
HSL240º7.36%45.29%-
HSV(B)240º13.71%48.63%-
XYZ14.9615.121.19-
YUV108.94136.5126.62-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.66%
GREEN value IS 107 (42.19% from 255) = 31.66%
BLUE value IS 124 (48.83% from 255) = 36.69%
R=31.66%
G=31.66%
B=36.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1071071240.140.1400.512407.3645.29
Hex6B6B7CEE033f072d
Octal1531531741616063360755
Binary11010111101011111110011101110011001111110000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,107,124); }

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

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

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

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

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

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

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