#66678B

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

Shades of Comet #66678B

Tints of Comet #66678B

Color information

#66678B (or 0x66678B) is unknown color: approx Comet. HEX triplet: 66, 67 and 8B. RGB value is (102,103,139). Sum of RGB (Red+Green+Blue) = 102+103+139=344 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.65% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 139 - color contains mainly: blue. Hex color #66678B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66678B is #999874. Grayscale: #6A6A6A. Windows color (decimal): -10066037 or 9135974. OLE color: 9135974.

HSL color Cylindrical-coordinate representation of color #66678B: hue angle of 238.38º 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 #66678B is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB102103139-
CMYK0.270.2600.45
HSL238.38º15.35%47.25%-
HSV(B)238.38º26.62%54.51%-
XYZ14.9914.3926.41-
YUV106.8146.17124.57-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.65%
GREEN value IS 103 (40.62% from 255) = 29.94%
BLUE value IS 139 (54.69% from 255) = 40.41%
R=29.65%
G=29.94%
B=40.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1021031390.270.2600.45238.3815.3547.25
Hex66678B1B1A02Deef2f
Octal14614721333320553561757
Binary110011011001111000101111011110100101101111011101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66678B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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