#6E86B3

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

Shades of Ship Cove #6E86B3

Tints of Ship Cove #6E86B3

Color information

#6E86B3 (or 0x6E86B3) is unknown color: approx Ship Cove. HEX triplet: 6E, 86 and B3. RGB value is (110,134,179). Sum of RGB (Red+Green+Blue) = 110+134+179=423 (56% of max value = 765). Red value is 110 (43.36% from 255 or 26.00% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 179 (70.31% from 255 or 42.32% from 423); Max value from RGB is 179 - color contains mainly: blue. Hex color #6E86B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E86B3 is #91794C. Grayscale: #838383. Windows color (decimal): -9533773 or 11765358. OLE color: 11765358.

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

Color convert

RGB110134179-
CMYK0.390.2500.30
HSL219.13º31.22%56.67%-
HSV(B)219.13º38.55%70.2%-
XYZ23.0923.6245.99-
YUV131.95154.55112.34-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.00%
GREEN value IS 134 (52.73% from 255) = 31.68%
BLUE value IS 179 (70.31% from 255) = 42.32%
R=26.00%
G=31.68%
B=42.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1101341790.390.2500.30219.1331.2256.67
Hex6E86B3271901Edb1f39
Octal15620626347310363333771
Binary11011101000011010110011100111110010111101101101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E86B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,134,179); }

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

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

 a { background-color: rgb(110,134,179); }

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

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

 span { border-color: rgb(110,134,179); }

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