#6F8CAD

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

Shades of Ship Cove #6F8CAD

Tints of Ship Cove #6F8CAD

Color information

#6F8CAD (or 0x6F8CAD) is unknown color: approx Ship Cove. HEX triplet: 6F, 8C and AD. RGB value is (111,140,173). Sum of RGB (Red+Green+Blue) = 111+140+173=424 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.18% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 173 - color contains mainly: blue. Hex color #6F8CAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8CAD is #907352. Grayscale: #868686. Windows color (decimal): -9466707 or 11373679. OLE color: 11373679.

HSL color Cylindrical-coordinate representation of color #6F8CAD: hue angle of 211.94º degrees, saturation: 0.27, 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 #6F8CAD is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB111140173-
CMYK0.360.1900.32
HSL211.94º27.43%55.69%-
HSV(B)211.94º35.84%67.84%-
XYZ23.4825.1543.15-
YUV135.09149.39110.82-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.18%
GREEN value IS 140 (55.08% from 255) = 33.02%
BLUE value IS 173 (67.97% from 255) = 40.80%
R=26.18%
G=33.02%
B=40.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1111401730.360.1900.32211.9427.4355.69
Hex6F8CAD2413020d41b38
Octal15721425544230403243370
Binary110111110001100101011011001001001101000001101010011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,140,173); }

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

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

 a { background-color: rgb(111,140,173); }

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

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

 span { border-color: rgb(111,140,173); }

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