#66698B

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

Shades of Comet #66698B

Tints of Comet #66698B

Color information

#66698B (or 0x66698B) is unknown color: approx Comet. HEX triplet: 66, 69 and 8B. RGB value is (102,105,139). Sum of RGB (Red+Green+Blue) = 102+105+139=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 139 - color contains mainly: blue. Hex color #66698B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66698B is #999674. Grayscale: #6B6B6B. Windows color (decimal): -10065525 or 9136486. OLE color: 9136486.

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

Color convert

RGB102105139-
CMYK0.270.2400.45
HSL235.14º15.35%47.25%-
HSV(B)235.14º26.62%54.51%-
XYZ15.1914.7926.48-
YUV107.98145.51123.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.48%
GREEN value IS 105 (41.41% from 255) = 30.35%
BLUE value IS 139 (54.69% from 255) = 40.17%
R=29.48%
G=30.35%
B=40.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1021051390.270.2400.45235.1415.3547.25
Hex66698B1B1802Debf2f
Octal14615121333300553531757
Binary110011011010011000101111011110000101101111010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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