#666483

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

Shades of Comet #666483

Tints of Comet #666483

Color information

#666483 (or 0x666483) is unknown color: approx Comet. HEX triplet: 66, 64 and 83. RGB value is (102,100,131). Sum of RGB (Red+Green+Blue) = 102+100+131=333 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.63% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 131 (51.56% from 255 or 39.34% from 333); Max value from RGB is 131 - color contains mainly: blue. Hex color #666483 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666483 is #999B7C. Grayscale: #686868. Windows color (decimal): -10066813 or 8610918. OLE color: 8610918.

HSL color Cylindrical-coordinate representation of color #666483: hue angle of 243.87º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #666483 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB102100131-
CMYK0.220.2400.49
HSL243.87º13.42%45.29%-
HSV(B)243.87º23.66%51.37%-
XYZ14.1313.5823.35-
YUV104.13143.16126.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.63%
GREEN value IS 100 (39.45% from 255) = 30.03%
BLUE value IS 131 (51.56% from 255) = 39.34%
R=30.63%
G=30.03%
B=39.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1021001310.220.2400.49243.8713.4245.29
Hex6664831618031f4d2d
Octal14614420326300613641555
Binary110011011001001000001110110110000110001111101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666483; }

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

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

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

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

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

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

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

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