#69698B

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

Shades of Comet #69698B

Tints of Comet #69698B

Color information

#69698B (or 0x69698B) is unknown color: approx Comet. HEX triplet: 69, 69 and 8B. RGB value is (105,105,139). Sum of RGB (Red+Green+Blue) = 105+105+139=349 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.09% from 349); Green value is 105 (41.41% from 255 or 30.09% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 139 - color contains mainly: blue. Hex color #69698B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69698B is #969674. Grayscale: #6C6C6C. Windows color (decimal): -9868917 or 9136489. OLE color: 9136489.

HSL color Cylindrical-coordinate representation of color #69698B: 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.24%. Process color model (Four color, CMYK) of #69698B is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB105105139-
CMYK0.240.2400.45
HSL240º13.93%47.84%-
HSV(B)240º24.46%54.51%-
XYZ15.5414.9726.5-
YUV108.88145125.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.09%
GREEN value IS 105 (41.41% from 255) = 30.09%
BLUE value IS 139 (54.69% from 255) = 39.83%
R=30.09%
G=30.09%
B=39.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1051051390.240.2400.4524013.9347.84
Hex69698B181802Df0e30
Octal15115121330300553601660
Binary110100111010011000101111000110000101101111100001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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