#696885

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

Shades of Comet #696885

Tints of Comet #696885

Color information

#696885 (or 0x696885) is unknown color: approx Comet. HEX triplet: 69, 68 and 85. RGB value is (105,104,133). Sum of RGB (Red+Green+Blue) = 105+104+133=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 133 (52.34% from 255 or 38.89% from 342); Max value from RGB is 133 - color contains mainly: blue. Hex color #696885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696885 is #96977A. Grayscale: #6B6B6B. Windows color (decimal): -9869179 or 8743017. OLE color: 8743017.

HSL color Cylindrical-coordinate representation of color #696885: hue angle of 242.07º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #696885 is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB105104133-
CMYK0.210.2200.48
HSL242.07º12.24%46.47%-
HSV(B)242.07º21.8%52.16%-
XYZ15.0114.624.22-
YUV107.6142.33126.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.70%
GREEN value IS 104 (41.02% from 255) = 30.41%
BLUE value IS 133 (52.34% from 255) = 38.89%
R=30.70%
G=30.41%
B=38.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1051041330.210.2200.48242.0712.2446.47
Hex6968851516030f2c2e
Octal15115020525260603621456
Binary110100111010001000010110101101100110000111100101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696885; }

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

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

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

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

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

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

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

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