#67697C

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

Shades of Comet #67697C

Tints of Comet #67697C

Color information

#67697C (or 0x67697C) is unknown color: approx Comet. HEX triplet: 67, 69 and 7C. RGB value is (103,105,124). Sum of RGB (Red+Green+Blue) = 103+105+124=332 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.02% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 124 - color contains mainly: blue. Hex color #67697C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67697C is #989683. Grayscale: #6A6A6A. Windows color (decimal): -10000004 or 8153447. OLE color: 8153447.

HSL color Cylindrical-coordinate representation of color #67697C: hue angle of 234.29º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #67697C is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB103105124-
CMYK0.170.1500.51
HSL234.29º9.25%44.51%-
HSV(B)234.29º16.94%48.63%-
XYZ14.2814.4421.1-
YUV106.57137.84125.46-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.02%
GREEN value IS 105 (41.41% from 255) = 31.63%
BLUE value IS 124 (48.83% from 255) = 37.35%
R=31.02%
G=31.63%
B=37.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1031051240.170.1500.51234.299.2544.51
Hex67697C11F033ea92d
Octal14715117421170633521155
Binary1100111110100111111001000111110110011111010101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67697C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67697C; }

 p { color: rgb(103,105,124); }

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

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

 a { background-color: rgb(103,105,124); }

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

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

 span { border-color: rgb(103,105,124); }

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