#6F80AE

Color #6F80AE Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #6F80AE

Tints of Ship Cove #6F80AE

Color information

#6F80AE (or 0x6F80AE) is unknown color: approx Ship Cove. HEX triplet: 6F, 80 and AE. RGB value is (111,128,174). Sum of RGB (Red+Green+Blue) = 111+128+174=413 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.88% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 174 - color contains mainly: blue. Hex color #6F80AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F80AE is #907F51. Grayscale: #7F7F7F. Windows color (decimal): -9469778 or 11436143. OLE color: 11436143.

HSL color Cylindrical-coordinate representation of color #6F80AE: hue angle of 223.81º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6F80AE is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB111128174-
CMYK0.360.2600.32
HSL223.81º28%55.88%-
HSV(B)223.81º36.21%68.24%-
XYZ21.9121.8743.11-
YUV128.16153.87115.76-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.88%
GREEN value IS 128 (50.39% from 255) = 30.99%
BLUE value IS 174 (68.36% from 255) = 42.13%
R=26.88%
G=30.99%
B=42.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1111281740.360.2600.32223.812855.88
Hex6F80AE241A020e01c38
Octal15720025644320403403470
Binary110111110000000101011101001001101001000001110000011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F80AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F80AE; }

 p { color: rgb(111,128,174); }

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

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

 a { background-color: rgb(111,128,174); }

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

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

 span { border-color: rgb(111,128,174); }

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