#6F83AD

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

Shades of Ship Cove #6F83AD

Tints of Ship Cove #6F83AD

Color information

#6F83AD (or 0x6F83AD) is unknown color: approx Ship Cove. HEX triplet: 6F, 83 and AD. RGB value is (111,131,173). Sum of RGB (Red+Green+Blue) = 111+131+173=415 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.75% from 415); Green value is 131 (51.56% from 255 or 31.57% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 173 - color contains mainly: blue. Hex color #6F83AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F83AD is #907C52. Grayscale: #818181. Windows color (decimal): -9469011 or 11371375. OLE color: 11371375.

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

Color convert

RGB111131173-
CMYK0.360.2400.32
HSL220.65º27.43%55.69%-
HSV(B)220.65º35.84%67.84%-
XYZ22.2122.6342.73-
YUV129.81152.37114.58-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.75%
GREEN value IS 131 (51.56% from 255) = 31.57%
BLUE value IS 173 (67.97% from 255) = 41.69%
R=26.75%
G=31.57%
B=41.69%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1111311730.360.2400.32220.6527.4355.69
Hex6F83AD2418020dd1b38
Octal15720325544300403353370
Binary110111110000011101011011001001100001000001101110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F83AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,131,173); }

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

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

 a { background-color: rgb(111,131,173); }

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

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

 span { border-color: rgb(111,131,173); }

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