#666A83

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

Shades of Comet #666A83

Tints of Comet #666A83

Color information

#666A83 (or 0x666A83) is unknown color: approx Comet. HEX triplet: 66, 6A and 83. RGB value is (102,106,131). Sum of RGB (Red+Green+Blue) = 102+106+131=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 131 (51.56% from 255 or 38.64% from 339); Max value from RGB is 131 - color contains mainly: blue. Hex color #666A83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666A83 is #99957C. Grayscale: #6B6B6B. Windows color (decimal): -10065277 or 8612454. OLE color: 8612454.

HSL color Cylindrical-coordinate representation of color #666A83: hue angle of 231.72º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #666A83 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB102106131-
CMYK0.220.1900.49
HSL231.72º12.45%45.69%-
HSV(B)231.72º22.14%51.37%-
XYZ14.7314.7723.55-
YUV107.65141.17123.97-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.09%
GREEN value IS 106 (41.80% from 255) = 31.27%
BLUE value IS 131 (51.56% from 255) = 38.64%
R=30.09%
G=31.27%
B=38.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1021061310.220.1900.49231.7212.4545.69
Hex666A831613031e8c2e
Octal14615220326230613501456
Binary110011011010101000001110110100110110001111010001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666A83; }

 p { color: rgb(102,106,131); }

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

<style>
 a { background-color: #666A83; }

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

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

<style>
 span { border-color: #666A83; }

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

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