#6F8EB6

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

Shades of Ship Cove #6F8EB6

Tints of Ship Cove #6F8EB6

Color information

#6F8EB6 (or 0x6F8EB6) is unknown color: approx Ship Cove. HEX triplet: 6F, 8E and B6. RGB value is (111,142,182). Sum of RGB (Red+Green+Blue) = 111+142+182=435 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.52% from 435); Green value is 142 (55.86% from 255 or 32.64% from 435); Blue value is 182 (71.48% from 255 or 41.84% from 435); Max value from RGB is 182 - color contains mainly: blue. Hex color #6F8EB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F8EB6 is #907149. Grayscale: #898989. Windows color (decimal): -9466186 or 11964015. OLE color: 11964015.

HSL color Cylindrical-coordinate representation of color #6F8EB6: hue angle of 213.8º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6F8EB6 is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB111142182-
CMYK0.390.2200.29
HSL213.8º32.72%57.45%-
HSV(B)213.8º39.01%71.37%-
XYZ24.6726.147.99-
YUV137.29153.23109.25-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.52%
GREEN value IS 142 (55.86% from 255) = 32.64%
BLUE value IS 182 (71.48% from 255) = 41.84%
R=25.52%
G=32.64%
B=41.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1111421820.390.2200.29213.832.7257.45
Hex6F8EB6271601Dd62139
Octal15721626647260353264171
Binary110111110001110101101101001111011001110111010110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,142,182); }

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

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

 a { background-color: rgb(111,142,182); }

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

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

 span { border-color: rgb(111,142,182); }

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