#6781AE

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

Shades of Ship Cove #6781AE

Tints of Ship Cove #6781AE

Color information

#6781AE (or 0x6781AE) is unknown color: approx Ship Cove. HEX triplet: 67, 81 and AE. RGB value is (103,129,174). Sum of RGB (Red+Green+Blue) = 103+129+174=406 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.37% from 406); Green value is 129 (50.78% from 255 or 31.77% from 406); Blue value is 174 (68.36% from 255 or 42.86% from 406); Max value from RGB is 174 - color contains mainly: blue. Hex color #6781AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6781AE is #987E51. Grayscale: #7E7E7E. Windows color (decimal): -9993810 or 11436391. OLE color: 11436391.

HSL color Cylindrical-coordinate representation of color #6781AE: hue angle of 218.03º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6781AE is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB103129174-
CMYK0.410.2600.32
HSL218.03º30.47%54.31%-
HSV(B)218.03º40.8%68.24%-
XYZ21.0821.6443.11-
YUV126.36154.89111.34-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.37%
GREEN value IS 129 (50.78% from 255) = 31.77%
BLUE value IS 174 (68.36% from 255) = 42.86%
R=25.37%
G=31.77%
B=42.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1031291740.410.2600.32218.0330.4754.31
Hex6781AE291A020da1e36
Octal14720125651320403323666
Binary110011110000001101011101010011101001000001101101011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6781AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6781AE; }

 p { color: rgb(103,129,174); }

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

<style>
 a { background-color: #6781AE; }

 a { background-color: rgb(103,129,174); }

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

<style>
 span { border-color: #6781AE; }

 span { border-color: rgb(103,129,174); }

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