#69687B

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

Shades of Comet #69687B

Tints of Comet #69687B

Color information

#69687B (or 0x69687B) is unknown color: approx Comet. HEX triplet: 69, 68 and 7B. RGB value is (105,104,123). Sum of RGB (Red+Green+Blue) = 105+104+123=332 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.63% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 123 - color contains mainly: blue. Hex color #69687B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69687B is #969784. Grayscale: #6A6A6A. Windows color (decimal): -9869189 or 8087657. OLE color: 8087657.

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

Color convert

RGB105104123-
CMYK0.150.1500.52
HSL243.16º8.37%44.51%-
HSV(B)243.16º15.45%48.24%-
XYZ14.3514.3320.75-
YUV106.46137.33126.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.63%
GREEN value IS 104 (41.02% from 255) = 31.33%
BLUE value IS 123 (48.44% from 255) = 37.05%
R=31.63%
G=31.33%
B=37.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1051041230.150.1500.52243.168.3744.51
Hex69687BFF034f382d
Octal15115017317170643631055
Binary110100111010001111011111111110110100111100111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69687B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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