#69697C

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

Shades of Comet #69697C

Tints of Comet #69697C

Color information

#69697C (or 0x69697C) is unknown color: approx Comet. HEX triplet: 69, 69 and 7C. RGB value is (105,105,124). Sum of RGB (Red+Green+Blue) = 105+105+124=334 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.44% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 124 - color contains mainly: blue. Hex color #69697C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69697C is #969683. Grayscale: #6B6B6B. Windows color (decimal): -9868932 or 8153449. OLE color: 8153449.

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

Color convert

RGB105105124-
CMYK0.150.1500.51
HSL240º8.3%44.9%-
HSV(B)240º15.32%48.63%-
XYZ14.5214.5621.11-
YUV107.17137.5126.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.44%
GREEN value IS 105 (41.41% from 255) = 31.44%
BLUE value IS 124 (48.83% from 255) = 37.13%
R=31.44%
G=31.44%
B=37.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1051051240.150.1500.512408.344.9
Hex69697CFF033f082d
Octal15115117417170633601055
Binary110100111010011111100111111110110011111100001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69697C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69697C; }

 p { color: rgb(105,105,124); }

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

<style>
 a { background-color: #69697C; }

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

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

<style>
 span { border-color: #69697C; }

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

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