#68698A

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

Shades of Comet #68698A

Tints of Comet #68698A

Color information

#68698A (or 0x68698A) is unknown color: approx Comet. HEX triplet: 68, 69 and 8A. RGB value is (104,105,138). Sum of RGB (Red+Green+Blue) = 104+105+138=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 138 - color contains mainly: blue. Hex color #68698A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68698A is #979675. Grayscale: #6C6C6C. Windows color (decimal): -9934454 or 9070952. OLE color: 9070952.

HSL color Cylindrical-coordinate representation of color #68698A: hue angle of 238.24º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #68698A is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB104105138-
CMYK0.250.2400.46
HSL238.24º14.05%47.45%-
HSV(B)238.24º24.64%54.12%-
XYZ15.3514.8826.11-
YUV108.46144.67124.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.97%
GREEN value IS 105 (41.41% from 255) = 30.26%
BLUE value IS 138 (54.30% from 255) = 39.77%
R=29.97%
G=30.26%
B=39.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1041051380.250.2400.46238.2414.0547.45
Hex68698A191802Eeee2f
Octal15015121231300563561657
Binary110100011010011000101011001110000101110111011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68698A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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