#6B6C81

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

Shades of Comet #6B6C81

Tints of Comet #6B6C81

Color information

#6B6C81 (or 0x6B6C81) is unknown color: approx Comet. HEX triplet: 6B, 6C and 81. RGB value is (107,108,129). Sum of RGB (Red+Green+Blue) = 107+108+129=344 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.10% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 129 (50.78% from 255 or 37.5% from 344); Max value from RGB is 129 - color contains mainly: blue. Hex color #6B6C81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6C81 is #94937E. Grayscale: #6E6E6E. Windows color (decimal): -9737087 or 8481899. OLE color: 8481899.

HSL color Cylindrical-coordinate representation of color #6B6C81: hue angle of 237.27º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6B6C81 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB107108129-
CMYK0.170.1600.49
HSL237.27º9.32%46.27%-
HSV(B)237.27º17.05%50.59%-
XYZ15.3915.4422.94-
YUV110.1138.67125.79-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.10%
GREEN value IS 108 (42.58% from 255) = 31.40%
BLUE value IS 129 (50.78% from 255) = 37.5%
R=31.10%
G=31.40%
B=37.5%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1071081290.170.1600.49237.279.3246.27
Hex6B6C811110031ed92e
Octal15315420121200613551156
Binary110101111011001000000110001100000110001111011011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,108,129); }

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

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

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

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

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

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

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