#606683

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

Shades of Comet #606683

Tints of Comet #606683

Color information

#606683 (or 0x606683) is unknown color: approx Comet. HEX triplet: 60, 66 and 83. RGB value is (96,102,131). Sum of RGB (Red+Green+Blue) = 96+102+131=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 131 (51.56% from 255 or 39.82% from 329); Max value from RGB is 131 - color contains mainly: blue. Hex color #606683 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606683 is #9F997C. Grayscale: #676767. Windows color (decimal): -10459517 or 8611424. OLE color: 8611424.

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

Color convert

RGB96102131-
CMYK0.270.2200.49
HSL229.71º15.42%44.51%-
HSV(B)229.71º26.72%51.37%-
XYZ13.6713.6323.38-
YUV103.51143.51122.64-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.18%
GREEN value IS 102 (40.23% from 255) = 31.00%
BLUE value IS 131 (51.56% from 255) = 39.82%
R=29.18%
G=31.00%
B=39.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal961021310.270.2200.49229.7115.4244.51
Hex6066831B16031e6f2d
Octal14014620333260613461755
Binary110000011001101000001111011101100110001111001101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606683; }

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

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

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

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

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

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

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

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