#606283

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

Shades of Comet #606283

Tints of Comet #606283

Color information

#606283 (or 0x606283) is unknown color: approx Comet. HEX triplet: 60, 62 and 83. RGB value is (96,98,131). Sum of RGB (Red+Green+Blue) = 96+98+131=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 131 (51.56% from 255 or 40.31% from 325); Max value from RGB is 131 - color contains mainly: blue. Hex color #606283 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606283 is #9F9D7C. Grayscale: #656565. Windows color (decimal): -10460541 or 8610400. OLE color: 8610400.

HSL color Cylindrical-coordinate representation of color #606283: hue angle of 236.57º 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 #606283 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9698131-
CMYK0.270.2500.49
HSL236.57º15.42%44.51%-
HSV(B)236.57º26.72%51.37%-
XYZ13.2912.8623.25-
YUV101.16144.84124.32-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.54%
GREEN value IS 98 (38.67% from 255) = 30.15%
BLUE value IS 131 (51.56% from 255) = 40.31%
R=29.54%
G=30.15%
B=40.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96981310.270.2500.49236.5715.4244.51
Hex6062831B19031edf2d
Octal14014220333310613551755
Binary110000011000101000001111011110010110001111011011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606283; }

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

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

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

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

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

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

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

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