#606082

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

Shades of Comet #606082

Tints of Comet #606082

Color information

#606082 (or 0x606082) is unknown color: approx Comet. HEX triplet: 60, 60 and 82. RGB value is (96,96,130). Sum of RGB (Red+Green+Blue) = 96+96+130=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 130 (51.17% from 255 or 40.37% from 322); Max value from RGB is 130 - color contains mainly: blue. Hex color #606082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606082 is #9F9F7D. Grayscale: #636363. Windows color (decimal): -10461054 or 8544352. OLE color: 8544352.

HSL color Cylindrical-coordinate representation of color #606082: hue angle of 240º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #606082 is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9696130-
CMYK0.260.2600.49
HSL240º15.04%44.31%-
HSV(B)240º26.15%50.98%-
XYZ13.0412.4622.84-
YUV99.88145125.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.81%
GREEN value IS 96 (37.89% from 255) = 29.81%
BLUE value IS 130 (51.17% from 255) = 40.37%
R=29.81%
G=29.81%
B=40.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96961300.260.2600.4924015.0444.31
Hex6060821A1A031f0f2c
Octal14014020232320613601754
Binary110000011000001000001011010110100110001111100001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606082; }

 p { color: rgb(96,96,130); }

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

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

 a { background-color: rgb(96,96,130); }

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

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

 span { border-color: rgb(96,96,130); }

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