#6681AF

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

Shades of Ship Cove #6681AF

Tints of Ship Cove #6681AF

Color information

#6681AF (or 0x6681AF) is unknown color: approx Ship Cove. HEX triplet: 66, 81 and AF. RGB value is (102,129,175). Sum of RGB (Red+Green+Blue) = 102+129+175=406 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.12% from 406); Green value is 129 (50.78% from 255 or 31.77% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 175 - color contains mainly: blue. Hex color #6681AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6681AF is #997E50. Grayscale: #7D7D7D. Windows color (decimal): -10059345 or 11501926. OLE color: 11501926.

HSL color Cylindrical-coordinate representation of color #6681AF: hue angle of 217.81º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6681AF is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB102129175-
CMYK0.420.2600.31
HSL217.81º31.33%54.31%-
HSV(B)217.81º41.71%68.63%-
XYZ21.0721.6243.62-
YUV126.17155.55110.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.12%
GREEN value IS 129 (50.78% from 255) = 31.77%
BLUE value IS 175 (68.75% from 255) = 43.10%
R=25.12%
G=31.77%
B=43.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1021291750.420.2600.31217.8131.3354.31
Hex6681AF2A1A01Fda1f36
Octal14620125752320373323766
Binary11001101000000110101111101010110100111111101101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6681AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6681AF; }

 p { color: rgb(102,129,175); }

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

<style>
 a { background-color: #6681AF; }

 a { background-color: rgb(102,129,175); }

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

<style>
 span { border-color: #6681AF; }

 span { border-color: rgb(102,129,175); }

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