#6E8BB3

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

Shades of Ship Cove #6E8BB3

Tints of Ship Cove #6E8BB3

Color information

#6E8BB3 (or 0x6E8BB3) is unknown color: approx Ship Cove. HEX triplet: 6E, 8B and B3. RGB value is (110,139,179). Sum of RGB (Red+Green+Blue) = 110+139+179=428 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.70% from 428); Green value is 139 (54.69% from 255 or 32.48% from 428); Blue value is 179 (70.31% from 255 or 41.82% from 428); Max value from RGB is 179 - color contains mainly: blue. Hex color #6E8BB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E8BB3 is #91744C. Grayscale: #868686. Windows color (decimal): -9532493 or 11766638. OLE color: 11766638.

HSL color Cylindrical-coordinate representation of color #6E8BB3: hue angle of 214.78º 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 #6E8BB3 is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB110139179-
CMYK0.390.2200.30
HSL214.78º31.22%56.67%-
HSV(B)214.78º38.55%70.2%-
XYZ23.825.0346.23-
YUV134.89152.89110.25-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.70%
GREEN value IS 139 (54.69% from 255) = 32.48%
BLUE value IS 179 (70.31% from 255) = 41.82%
R=25.70%
G=32.48%
B=41.82%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1101391790.390.2200.30214.7831.2256.67
Hex6E8BB3271601Ed71f39
Octal15621326347260363273771
Binary11011101000101110110011100111101100111101101011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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