#6E83AC

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

Shades of Ship Cove #6E83AC

Tints of Ship Cove #6E83AC

Color information

#6E83AC (or 0x6E83AC) is unknown color: approx Ship Cove. HEX triplet: 6E, 83 and AC. RGB value is (110,131,172). Sum of RGB (Red+Green+Blue) = 110+131+172=413 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.63% from 413); Green value is 131 (51.56% from 255 or 31.72% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E83AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E83AC is #917C53. Grayscale: #818181. Windows color (decimal): -9534548 or 11305838. OLE color: 11305838.

HSL color Cylindrical-coordinate representation of color #6E83AC: hue angle of 219.68º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6E83AC is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB110131172-
CMYK0.360.2400.33
HSL219.68º27.19%55.29%-
HSV(B)219.68º36.05%67.45%-
XYZ21.9922.5342.22-
YUV129.39152.04114.17-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.63%
GREEN value IS 131 (51.56% from 255) = 31.72%
BLUE value IS 172 (67.58% from 255) = 41.65%
R=26.63%
G=31.72%
B=41.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1101311720.360.2400.33219.6827.1955.29
Hex6E83AC2418021dc1b37
Octal15620325444300413343367
Binary110111010000011101011001001001100001000011101110011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E83AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,131,172); }

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

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

 a { background-color: rgb(110,131,172); }

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

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

 span { border-color: rgb(110,131,172); }

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