#6E85B3

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

Shades of Ship Cove #6E85B3

Tints of Ship Cove #6E85B3

Color information

#6E85B3 (or 0x6E85B3) is unknown color: approx Ship Cove. HEX triplet: 6E, 85 and B3. RGB value is (110,133,179). Sum of RGB (Red+Green+Blue) = 110+133+179=422 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.07% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 179 (70.31% from 255 or 42.42% from 422); Max value from RGB is 179 - color contains mainly: blue. Hex color #6E85B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E85B3 is #917A4C. Grayscale: #838383. Windows color (decimal): -9534029 or 11765102. OLE color: 11765102.

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

Color convert

RGB110133179-
CMYK0.390.2600.30
HSL220º31.22%56.67%-
HSV(B)220º38.55%70.2%-
XYZ22.9523.3445.94-
YUV131.37154.88112.76-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.07%
GREEN value IS 133 (52.34% from 255) = 31.52%
BLUE value IS 179 (70.31% from 255) = 42.42%
R=26.07%
G=31.52%
B=42.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1101331790.390.2600.3022031.2256.67
Hex6E85B3271A01Edc1f39
Octal15620526347320363343771
Binary11011101000010110110011100111110100111101101110011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E85B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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