#6983AB

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

Shades of Ship Cove #6983AB

Tints of Ship Cove #6983AB

Color information

#6983AB (or 0x6983AB) is unknown color: approx Ship Cove. HEX triplet: 69, 83 and AB. RGB value is (105,131,171). Sum of RGB (Red+Green+Blue) = 105+131+171=407 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.80% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: blue. Hex color #6983AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6983AB is #967C54. Grayscale: #7F7F7F. Windows color (decimal): -9862229 or 11240297. OLE color: 11240297.

HSL color Cylindrical-coordinate representation of color #6983AB: hue angle of 216.36º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6983AB is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB105131171-
CMYK0.390.2300.33
HSL216.36º28.21%54.12%-
HSV(B)216.36º38.6%67.06%-
XYZ21.2922.1841.69-
YUV127.79152.39111.75-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.80%
GREEN value IS 131 (51.56% from 255) = 32.19%
BLUE value IS 171 (67.19% from 255) = 42.01%
R=25.80%
G=32.19%
B=42.01%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051311710.390.2300.33216.3628.2154.12
Hex6983AB2717021d81c36
Octal15120325347270413303466
Binary110100110000011101010111001111011101000011101100011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6983AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6983AB; }

 p { color: rgb(105,131,171); }

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

<style>
 a { background-color: #6983AB; }

 a { background-color: rgb(105,131,171); }

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

<style>
 span { border-color: #6983AB; }

 span { border-color: rgb(105,131,171); }

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