#676B84

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

Shades of Comet #676B84

Tints of Comet #676B84

Color information

#676B84 (or 0x676B84) is unknown color: approx Comet. HEX triplet: 67, 6B and 84. RGB value is (103,107,132). Sum of RGB (Red+Green+Blue) = 103+107+132=342 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.12% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 132 (51.95% from 255 or 38.60% from 342); Max value from RGB is 132 - color contains mainly: blue. Hex color #676B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676B84 is #98947B. Grayscale: #6C6C6C. Windows color (decimal): -9999484 or 8678247. OLE color: 8678247.

HSL color Cylindrical-coordinate representation of color #676B84: hue angle of 231.72º 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 #676B84 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB103107132-
CMYK0.220.1900.48
HSL231.72º12.34%46.08%-
HSV(B)231.72º21.97%51.76%-
XYZ15.0215.0623.95-
YUV108.65141.17123.97-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.12%
GREEN value IS 107 (42.19% from 255) = 31.29%
BLUE value IS 132 (51.95% from 255) = 38.60%
R=30.12%
G=31.29%
B=38.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1031071320.220.1900.48231.7212.3446.08
Hex676B841613030e8c2e
Octal14715320426230603501456
Binary110011111010111000010010110100110110000111010001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676B84; }

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

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

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

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

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

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

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

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