#67687B

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

Shades of Comet #67687B

Tints of Comet #67687B

Color information

#67687B (or 0x67687B) is unknown color: approx Comet. HEX triplet: 67, 68 and 7B. RGB value is (103,104,123). Sum of RGB (Red+Green+Blue) = 103+104+123=330 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.21% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 123 - color contains mainly: blue. Hex color #67687B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67687B is #989784. Grayscale: #696969. Windows color (decimal): -10000261 or 8087655. OLE color: 8087655.

HSL color Cylindrical-coordinate representation of color #67687B: hue angle of 237º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #67687B is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB103104123-
CMYK0.160.1500.52
HSL237º8.85%44.31%-
HSV(B)237º16.26%48.24%-
XYZ14.1214.2120.74-
YUV105.87137.67125.96-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.21%
GREEN value IS 104 (41.02% from 255) = 31.52%
BLUE value IS 123 (48.44% from 255) = 37.27%
R=31.21%
G=31.52%
B=37.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1031041230.160.1500.522378.8544.31
Hex67687B10F034ed92c
Octal14715017320170643551154
Binary1100111110100011110111000011110110100111011011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67687B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67687B; }

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

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

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

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

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

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

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

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