#6781AB

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

Shades of Ship Cove #6781AB

Tints of Ship Cove #6781AB

Color information

#6781AB (or 0x6781AB) is unknown color: approx Ship Cove. HEX triplet: 67, 81 and AB. RGB value is (103,129,171). Sum of RGB (Red+Green+Blue) = 103+129+171=403 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.56% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 171 - color contains mainly: blue. Hex color #6781AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6781AB is #987E54. Grayscale: #7D7D7D. Windows color (decimal): -9993813 or 11239783. OLE color: 11239783.

HSL color Cylindrical-coordinate representation of color #6781AB: hue angle of 217.06º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6781AB is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB103129171-
CMYK0.400.2500.33
HSL217.06º28.81%53.73%-
HSV(B)217.06º39.77%67.06%-
XYZ20.7921.5241.59-
YUV126.01153.39111.58-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.56%
GREEN value IS 129 (50.78% from 255) = 32.01%
BLUE value IS 171 (67.19% from 255) = 42.43%
R=25.56%
G=32.01%
B=42.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1031291710.400.2500.33217.0628.8153.73
Hex6781AB2819021d91d36
Octal14720125350310413313566
Binary110011110000001101010111010001100101000011101100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6781AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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