#676883

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

Shades of Comet #676883

Tints of Comet #676883

Color information

#676883 (or 0x676883) is unknown color: approx Comet. HEX triplet: 67, 68 and 83. RGB value is (103,104,131). Sum of RGB (Red+Green+Blue) = 103+104+131=338 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.47% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 131 (51.56% from 255 or 38.76% from 338); Max value from RGB is 131 - color contains mainly: blue. Hex color #676883 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676883 is #98977C. Grayscale: #6A6A6A. Windows color (decimal): -10000253 or 8611943. OLE color: 8611943.

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

Color convert

RGB103104131-
CMYK0.210.2100.49
HSL237.86º11.97%45.88%-
HSV(B)237.86º21.37%51.37%-
XYZ14.6414.4223.48-
YUV106.78141.67125.3-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.47%
GREEN value IS 104 (41.02% from 255) = 30.77%
BLUE value IS 131 (51.56% from 255) = 38.76%
R=30.47%
G=30.77%
B=38.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1031041310.210.2100.49237.8611.9745.88
Hex6768831515031eec2e
Octal14715020325250613561456
Binary110011111010001000001110101101010110001111011101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676883; }

 p { color: rgb(103,104,131); }

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

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

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

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

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

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

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