#67667B

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

Shades of Comet #67667B

Tints of Comet #67667B

Color information

#67667B (or 0x67667B) is unknown color: approx Comet. HEX triplet: 67, 66 and 7B. RGB value is (103,102,123). Sum of RGB (Red+Green+Blue) = 103+102+123=328 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.40% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 123 - color contains mainly: blue. Hex color #67667B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67667B is #989984. Grayscale: #686868. Windows color (decimal): -10000773 or 8087143. OLE color: 8087143.

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

Color convert

RGB103102123-
CMYK0.160.1700.52
HSL242.86º9.33%44.12%-
HSV(B)242.86º17.07%48.24%-
XYZ13.9213.8220.67-
YUV104.69138.33126.79-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.40%
GREEN value IS 102 (40.23% from 255) = 31.10%
BLUE value IS 123 (48.44% from 255) = 37.5%
R=31.40%
G=31.10%
B=37.5%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1031021230.160.1700.52242.869.3344.12
Hex67667B1011034f392c
Octal14714617320210643631154
Binary11001111100110111101110000100010110100111100111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67667B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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