#66668B

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

Shades of Comet #66668B

Tints of Comet #66668B

Color information

#66668B (or 0x66668B) is unknown color: approx Comet. HEX triplet: 66, 66 and 8B. RGB value is (102,102,139). Sum of RGB (Red+Green+Blue) = 102+102+139=343 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.74% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 139 - color contains mainly: blue. Hex color #66668B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66668B is #999974. Grayscale: #6A6A6A. Windows color (decimal): -10066293 or 9135718. OLE color: 9135718.

HSL color Cylindrical-coordinate representation of color #66668B: hue angle of 240º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #66668B is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB102102139-
CMYK0.270.2700.45
HSL240º15.35%47.25%-
HSV(B)240º26.62%54.51%-
XYZ14.8914.1926.38-
YUV106.22146.5124.99-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.74%
GREEN value IS 102 (40.23% from 255) = 29.74%
BLUE value IS 139 (54.69% from 255) = 40.52%
R=29.74%
G=29.74%
B=40.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1021021390.270.2700.4524015.3547.25
Hex66668B1B1B02Df0f2f
Octal14614621333330553601757
Binary110011011001101000101111011110110101101111100001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66668B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66668B; }

 p { color: rgb(102,102,139); }

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

<style>
 a { background-color: #66668B; }

 a { background-color: rgb(102,102,139); }

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

<style>
 span { border-color: #66668B; }

 span { border-color: rgb(102,102,139); }

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