#606383

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

Shades of Comet #606383

Tints of Comet #606383

Color information

#606383 (or 0x606383) is unknown color: approx Comet. HEX triplet: 60, 63 and 83. RGB value is (96,99,131). Sum of RGB (Red+Green+Blue) = 96+99+131=326 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.45% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 131 - color contains mainly: blue. Hex color #606383 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606383 is #9F9C7C. Grayscale: #656565. Windows color (decimal): -10460285 or 8610656. OLE color: 8610656.

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

Color convert

RGB9699131-
CMYK0.270.2400.49
HSL234.86º15.42%44.51%-
HSV(B)234.86º26.72%51.37%-
XYZ13.3813.0523.29-
YUV101.75144.51123.9-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.45%
GREEN value IS 99 (39.06% from 255) = 30.37%
BLUE value IS 131 (51.56% from 255) = 40.18%
R=29.45%
G=30.37%
B=40.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96991310.270.2400.49234.8615.4244.51
Hex6063831B18031ebf2d
Octal14014320333300613531755
Binary110000011000111000001111011110000110001111010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606383; }

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

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

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

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

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

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

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

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