#6F89B2

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

Shades of Ship Cove #6F89B2

Tints of Ship Cove #6F89B2

Color information

#6F89B2 (or 0x6F89B2) is unknown color: approx Ship Cove. HEX triplet: 6F, 89 and B2. RGB value is (111,137,178). Sum of RGB (Red+Green+Blue) = 111+137+178=426 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.06% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 178 (69.92% from 255 or 41.78% from 426); Max value from RGB is 178 - color contains mainly: blue. Hex color #6F89B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F89B2 is #90764D. Grayscale: #858585. Windows color (decimal): -9467470 or 11700591. OLE color: 11700591.

HSL color Cylindrical-coordinate representation of color #6F89B2: hue angle of 216.72º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6F89B2 is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB111137178-
CMYK0.380.2300.30
HSL216.72º30.32%56.67%-
HSV(B)216.72º37.64%69.8%-
XYZ23.5424.4945.61-
YUV133.9152.89111.67-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.06%
GREEN value IS 137 (53.91% from 255) = 32.16%
BLUE value IS 178 (69.92% from 255) = 41.78%
R=26.06%
G=32.16%
B=41.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1111371780.380.2300.30216.7230.3256.67
Hex6F89B2261701Ed91e39
Octal15721126246270363313671
Binary11011111000100110110010100110101110111101101100111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F89B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,137,178); }

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

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

 a { background-color: rgb(111,137,178); }

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

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

 span { border-color: rgb(111,137,178); }

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