#69698C

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

Shades of Comet #69698C

Tints of Comet #69698C

Color information

#69698C (or 0x69698C) is unknown color: approx Comet. HEX triplet: 69, 69 and 8C. RGB value is (105,105,140). Sum of RGB (Red+Green+Blue) = 105+105+140=350 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 140 - color contains mainly: blue. Hex color #69698C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69698C is #969673. Grayscale: #6C6C6C. Windows color (decimal): -9868916 or 9202025. OLE color: 9202025.

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

Color convert

RGB105105140-
CMYK0.250.2500.45
HSL240º14.29%48.04%-
HSV(B)240º25%54.9%-
XYZ15.611526.88-
YUV108.99145.5125.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30%
GREEN value IS 105 (41.41% from 255) = 30%
BLUE value IS 140 (55.08% from 255) = 40%
R=30%
G=30%
B=40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1051051400.250.2500.4524014.2948.04
Hex69698C191902Df0e30
Octal15115121431310553601660
Binary110100111010011000110011001110010101101111100001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69698C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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