#606083

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

Shades of Comet #606083

Tints of Comet #606083

Color information

#606083 (or 0x606083) is unknown color: approx Comet. HEX triplet: 60, 60 and 83. RGB value is (96,96,131). Sum of RGB (Red+Green+Blue) = 96+96+131=323 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.72% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 131 (51.56% from 255 or 40.56% from 323); Max value from RGB is 131 - color contains mainly: blue. Hex color #606083 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606083 is #9F9F7C. Grayscale: #636363. Windows color (decimal): -10461053 or 8609888. OLE color: 8609888.

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

Color convert

RGB9696131-
CMYK0.270.2700.49
HSL240º15.42%44.51%-
HSV(B)240º26.72%51.37%-
XYZ13.112.4923.19-
YUV99.99145.5125.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.72%
GREEN value IS 96 (37.89% from 255) = 29.72%
BLUE value IS 131 (51.56% from 255) = 40.56%
R=29.72%
G=29.72%
B=40.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96961310.270.2700.4924015.4244.51
Hex6060831B1B031f0f2d
Octal14014020333330613601755
Binary110000011000001000001111011110110110001111100001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606083; }

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

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

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

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

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

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

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

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