#6F8BAC

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

Shades of Ship Cove #6F8BAC

Tints of Ship Cove #6F8BAC

Color information

#6F8BAC (or 0x6F8BAC) is unknown color: approx Ship Cove. HEX triplet: 6F, 8B and AC. RGB value is (111,139,172). Sum of RGB (Red+Green+Blue) = 111+139+172=422 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.30% from 422); Green value is 139 (54.69% from 255 or 32.94% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 172 - color contains mainly: blue. Hex color #6F8BAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8BAC is #907453. Grayscale: #868686. Windows color (decimal): -9466964 or 11307887. OLE color: 11307887.

HSL color Cylindrical-coordinate representation of color #6F8BAC: hue angle of 212.46º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6F8BAC is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB111139172-
CMYK0.350.1900.33
HSL212.46º26.87%55.49%-
HSV(B)212.46º35.47%67.45%-
XYZ23.2324.8242.6-
YUV134.39149.22111.32-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.30%
GREEN value IS 139 (54.69% from 255) = 32.94%
BLUE value IS 172 (67.58% from 255) = 40.76%
R=26.30%
G=32.94%
B=40.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1111391720.350.1900.33212.4626.8755.49
Hex6F8BAC2313021d41b37
Octal15721325443230413243367
Binary110111110001011101011001000111001101000011101010011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,139,172); }

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

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

 a { background-color: rgb(111,139,172); }

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

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

 span { border-color: rgb(111,139,172); }

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