#696883

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

Shades of Comet #696883

Tints of Comet #696883

Color information

#696883 (or 0x696883) is unknown color: approx Comet. HEX triplet: 69, 68 and 83. RGB value is (105,104,131). Sum of RGB (Red+Green+Blue) = 105+104+131=340 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.88% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 131 (51.56% from 255 or 38.53% from 340); Max value from RGB is 131 - color contains mainly: blue. Hex color #696883 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696883 is #96977C. Grayscale: #6B6B6B. Windows color (decimal): -9869181 or 8611945. OLE color: 8611945.

HSL color Cylindrical-coordinate representation of color #696883: hue angle of 242.22º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #696883 is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB105104131-
CMYK0.200.2100.49
HSL242.22º11.49%46.08%-
HSV(B)242.22º20.61%51.37%-
XYZ14.8714.5423.5-
YUV107.38141.33126.3-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.88%
GREEN value IS 104 (41.02% from 255) = 30.59%
BLUE value IS 131 (51.56% from 255) = 38.53%
R=30.88%
G=30.59%
B=38.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1051041310.200.2100.49242.2211.4946.08
Hex6968831415031f2b2e
Octal15115020324250613621356
Binary110100111010001000001110100101010110001111100101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696883; }

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

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

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

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

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

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

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

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