#6883AA

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

Shades of Ship Cove #6883AA

Tints of Ship Cove #6883AA

Color information

#6883AA (or 0x6883AA) is unknown color: approx Ship Cove. HEX triplet: 68, 83 and AA. RGB value is (104,131,170). Sum of RGB (Red+Green+Blue) = 104+131+170=405 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.68% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 170 - color contains mainly: blue. Hex color #6883AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6883AA is #977C55. Grayscale: #7F7F7F. Windows color (decimal): -9927766 or 11174760. OLE color: 11174760.

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

Color convert

RGB104131170-
CMYK0.390.2300.33
HSL215.45º27.97%53.73%-
HSV(B)215.45º38.82%66.67%-
XYZ21.0822.0841.18-
YUV127.37152.05111.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.68%
GREEN value IS 131 (51.56% from 255) = 32.35%
BLUE value IS 170 (66.80% from 255) = 41.98%
R=25.68%
G=32.35%
B=41.98%

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
Decimal1041311700.390.2300.33215.4527.9753.73
Hex6883AA2717021d71c36
Octal15020325247270413273466
Binary110100010000011101010101001111011101000011101011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6883AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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