#6B6A84

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

Shades of Comet #6B6A84

Tints of Comet #6B6A84

Color information

#6B6A84 (or 0x6B6A84) is unknown color: approx Comet. HEX triplet: 6B, 6A and 84. RGB value is (107,106,132). Sum of RGB (Red+Green+Blue) = 107+106+132=345 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.01% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 132 - color contains mainly: blue. Hex color #6B6A84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6A84 is #94957B. Grayscale: #6D6D6D. Windows color (decimal): -9737596 or 8677995. OLE color: 8677995.

HSL color Cylindrical-coordinate representation of color #6B6A84: hue angle of 242.31º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6B6A84 is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB107106132-
CMYK0.190.2000.48
HSL242.31º10.92%46.67%-
HSV(B)242.31º19.7%51.76%-
XYZ15.3815.123.93-
YUV109.26140.83126.39-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.01%
GREEN value IS 106 (41.80% from 255) = 30.72%
BLUE value IS 132 (51.95% from 255) = 38.26%
R=31.01%
G=30.72%
B=38.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1071061320.190.2000.48242.3110.9246.67
Hex6B6A841314030f2b2f
Octal15315220423240603621357
Binary110101111010101000010010011101000110000111100101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,106,132); }

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

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

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

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

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

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

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