#6E8BAE

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

Shades of Ship Cove #6E8BAE

Tints of Ship Cove #6E8BAE

Color information

#6E8BAE (or 0x6E8BAE) is unknown color: approx Ship Cove. HEX triplet: 6E, 8B and AE. RGB value is (110,139,174). Sum of RGB (Red+Green+Blue) = 110+139+174=423 (56% of max value = 765). Red value is 110 (43.36% from 255 or 26.00% from 423); Green value is 139 (54.69% from 255 or 32.86% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 174 - color contains mainly: blue. Hex color #6E8BAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E8BAE is #917451. Grayscale: #868686. Windows color (decimal): -9532498 or 11438958. OLE color: 11438958.

HSL color Cylindrical-coordinate representation of color #6E8BAE: hue angle of 212.81º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6E8BAE is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB110139174-
CMYK0.370.2000.32
HSL212.81º28.32%55.69%-
HSV(B)212.81º36.78%68.24%-
XYZ23.324.8443.61-
YUV134.32150.39110.65-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.00%
GREEN value IS 139 (54.69% from 255) = 32.86%
BLUE value IS 174 (68.36% from 255) = 41.13%
R=26.00%
G=32.86%
B=41.13%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1101391740.370.2000.32212.8128.3255.69
Hex6E8BAE2514020d51c38
Octal15621325645240403253470
Binary110111010001011101011101001011010001000001101010111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,139,174); }

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

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

 a { background-color: rgb(110,139,174); }

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

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

 span { border-color: rgb(110,139,174); }

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