#6883AB

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

Shades of Ship Cove #6883AB

Tints of Ship Cove #6883AB

Color information

#6883AB (or 0x6883AB) is unknown color: approx Ship Cove. HEX triplet: 68, 83 and AB. RGB value is (104,131,171). Sum of RGB (Red+Green+Blue) = 104+131+171=406 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.62% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 171 - color contains mainly: blue. Hex color #6883AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6883AB is #977C54. Grayscale: #7F7F7F. Windows color (decimal): -9927765 or 11240296. OLE color: 11240296.

HSL color Cylindrical-coordinate representation of color #6883AB: hue angle of 215.82º degrees, saturation: 0.29, 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 #6883AB is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB104131171-
CMYK0.390.2300.33
HSL215.82º28.51%53.92%-
HSV(B)215.82º39.18%67.06%-
XYZ21.1822.1241.68-
YUV127.49152.55111.25-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.62%
GREEN value IS 131 (51.56% from 255) = 32.27%
BLUE value IS 171 (67.19% from 255) = 42.12%
R=25.62%
G=32.27%
B=42.12%

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
Decimal1041311710.390.2300.33215.8228.5153.92
Hex6883AB2717021d81d36
Octal15020325347270413303566
Binary110100010000011101010111001111011101000011101100011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6883AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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