#676884

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

Shades of Comet #676884

Tints of Comet #676884

Color information

#676884 (or 0x676884) is unknown color: approx Comet. HEX triplet: 67, 68 and 84. RGB value is (103,104,132). Sum of RGB (Red+Green+Blue) = 103+104+132=339 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.38% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 132 (51.95% from 255 or 38.94% from 339); Max value from RGB is 132 - color contains mainly: blue. Hex color #676884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676884 is #98977B. Grayscale: #6A6A6A. Windows color (decimal): -10000252 or 8677479. OLE color: 8677479.

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

Color convert

RGB103104132-
CMYK0.220.2100.48
HSL237.93º12.34%46.08%-
HSV(B)237.93º21.97%51.76%-
XYZ14.7114.4523.84-
YUV106.89142.17125.22-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.38%
GREEN value IS 104 (41.02% from 255) = 30.68%
BLUE value IS 132 (51.95% from 255) = 38.94%
R=30.38%
G=30.68%
B=38.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1031041320.220.2100.48237.9312.3446.08
Hex6768841615030eec2e
Octal14715020426250603561456
Binary110011111010001000010010110101010110000111011101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676884; }

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

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

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

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

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

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

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

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