#68677D

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

Shades of Comet #68677D

Tints of Comet #68677D

Color information

#68677D (or 0x68677D) is unknown color: approx Comet. HEX triplet: 68, 67 and 7D. RGB value is (104,103,125). Sum of RGB (Red+Green+Blue) = 104+103+125=332 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.33% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 125 - color contains mainly: blue. Hex color #68677D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68677D is #979882. Grayscale: #696969. Windows color (decimal): -9934979 or 8218472. OLE color: 8218472.

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

Color convert

RGB104103125-
CMYK0.170.1800.51
HSL242.73º9.65%44.71%-
HSV(B)242.73º17.6%49.02%-
XYZ14.2614.1221.38-
YUV105.81138.83126.71-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.33%
GREEN value IS 103 (40.62% from 255) = 31.02%
BLUE value IS 125 (49.22% from 255) = 37.65%
R=31.33%
G=31.02%
B=37.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1041031250.170.1800.51242.739.6544.71
Hex68677D1112033f3a2d
Octal15014717521220633631255
Binary11010001100111111110110001100100110011111100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68677D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68677D; }

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

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

<style>
 a { background-color: #68677D; }

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

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

<style>
 span { border-color: #68677D; }

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

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