#698778

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

Shades of Cutty Sark #698778

Tints of Cutty Sark #698778

Color information

#698778 (or 0x698778) is unknown color: approx Cutty Sark. HEX triplet: 69, 87 and 78. RGB value is (105,135,120). Sum of RGB (Red+Green+Blue) = 105+135+120=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 135 - color contains mainly: green. Hex color #698778 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698778 is #967887. Grayscale: #7C7C7C. Windows color (decimal): -9861256 or 7898985. OLE color: 7898985.

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

Color convert

RGB105135120-
CMYK0.2200.110.47
HSL150º12.5%47.06%-
HSV(B)150º22.22%52.94%-
XYZ17.8821.6921.01-
YUV124.32125.56114.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.17%
GREEN value IS 135 (53.12% from 255) = 37.5%
BLUE value IS 120 (47.27% from 255) = 33.33%
R=29.17%
G=37.5%
B=33.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1051351200.2200.110.4715012.547.06
Hex698778160B2F96d2f
Octal15120717026013572261557
Binary11010011000011111110001011001011101111100101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698778; }

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

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

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

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

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

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

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

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