#697888

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

Shades of Lynch #697888

Tints of Lynch #697888

Color information

#697888 (or 0x697888) is unknown color: approx Lynch. HEX triplet: 69, 78 and 88. RGB value is (105,120,136). Sum of RGB (Red+Green+Blue) = 105+120+136=361 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.09% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 136 - color contains mainly: blue. Hex color #697888 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697888 is #968777. Grayscale: #757575. Windows color (decimal): -9865080 or 8943721. OLE color: 8943721.

HSL color Cylindrical-coordinate representation of color #697888: hue angle of 210.97º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #697888 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB105120136-
CMYK0.230.1200.47
HSL210.97º12.86%47.25%-
HSV(B)210.97º22.79%53.33%-
XYZ16.9918.2125.91-
YUV117.34138.53119.2-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.09%
GREEN value IS 120 (47.27% from 255) = 33.24%
BLUE value IS 136 (53.52% from 255) = 37.67%
R=29.09%
G=33.24%
B=37.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1051201360.230.1200.47210.9712.8647.25
Hex69788817C02Fd3d2f
Octal15117021027140573231557
Binary11010011111000100010001011111000101111110100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697888; }

 p { color: rgb(105,120,136); }

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

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

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

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

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

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

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