#68697A

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

Shades of Comet #68697A

Tints of Comet #68697A

Color information

#68697A (or 0x68697A) is unknown color: approx Comet. HEX triplet: 68, 69 and 7A. RGB value is (104,105,122). Sum of RGB (Red+Green+Blue) = 104+105+122=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 122 - color contains mainly: blue. Hex color #68697A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68697A is #979685. Grayscale: #6A6A6A. Windows color (decimal): -9934470 or 8022376. OLE color: 8022376.

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

Color convert

RGB104105122-
CMYK0.150.1400.52
HSL236.67º7.96%44.31%-
HSV(B)236.67º14.75%47.84%-
XYZ14.2714.4520.45-
YUV106.64136.67126.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.42%
GREEN value IS 105 (41.41% from 255) = 31.72%
BLUE value IS 122 (48.05% from 255) = 36.86%
R=31.42%
G=31.72%
B=36.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1041051220.150.1400.52236.677.9644.31
Hex68697AFE034ed82c
Octal15015117217160643551054
Binary110100011010011111010111111100110100111011011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68697A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68697A; }

 p { color: rgb(104,105,122); }

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

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

 a { background-color: rgb(104,105,122); }

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

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

 span { border-color: rgb(104,105,122); }

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