#69687A

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

Shades of Comet #69687A

Tints of Comet #69687A

Color information

#69687A (or 0x69687A) is unknown color: approx Comet. HEX triplet: 69, 68 and 7A. RGB value is (105,104,122). Sum of RGB (Red+Green+Blue) = 105+104+122=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 104 (41.02% from 255 or 31.42% 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 #69687A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69687A is #969785. Grayscale: #6A6A6A. Windows color (decimal): -9869190 or 8022121. OLE color: 8022121.

HSL color Cylindrical-coordinate representation of color #69687A: hue angle of 243.33º 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 #69687A is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB105104122-
CMYK0.140.1500.52
HSL243.33º7.96%44.31%-
HSV(B)243.33º14.75%47.84%-
XYZ14.2914.3120.42-
YUV106.35136.83127.04-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1051041220.140.1500.52243.337.9644.31
Hex69687AEF034f382c
Octal15115017216170643631054
Binary110100111010001111010111011110110100111100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69687A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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