#6E8BB5

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

Shades of Ship Cove #6E8BB5

Tints of Ship Cove #6E8BB5

Color information

#6E8BB5 (or 0x6E8BB5) is unknown color: approx Ship Cove. HEX triplet: 6E, 8B and B5. RGB value is (110,139,181). Sum of RGB (Red+Green+Blue) = 110+139+181=430 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.58% from 430); Green value is 139 (54.69% from 255 or 32.33% from 430); Blue value is 181 (71.09% from 255 or 42.09% from 430); Max value from RGB is 181 - color contains mainly: blue. Hex color #6E8BB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E8BB5 is #91744A. Grayscale: #868686. Windows color (decimal): -9532491 or 11897710. OLE color: 11897710.

HSL color Cylindrical-coordinate representation of color #6E8BB5: hue angle of 215.49º degrees, saturation: 0.32, 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 #6E8BB5 is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB110139181-
CMYK0.390.2300.29
HSL215.49º32.42%57.06%-
HSV(B)215.49º39.23%70.98%-
XYZ2425.1247.3-
YUV135.12153.89110.08-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.58%
GREEN value IS 139 (54.69% from 255) = 32.33%
BLUE value IS 181 (71.09% from 255) = 42.09%
R=25.58%
G=32.33%
B=42.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1101391810.390.2300.29215.4932.4257.06
Hex6E8BB5271701Dd72039
Octal15621326547270353274071
Binary110111010001011101101011001111011101110111010111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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