#6780AC

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

Shades of Ship Cove #6780AC

Tints of Ship Cove #6780AC

Color information

#6780AC (or 0x6780AC) is unknown color: approx Ship Cove. HEX triplet: 67, 80 and AC. RGB value is (103,128,172). Sum of RGB (Red+Green+Blue) = 103+128+172=403 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.56% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 172 - color contains mainly: blue. Hex color #6780AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6780AC is #987F53. Grayscale: #7D7D7D. Windows color (decimal): -9994068 or 11305063. OLE color: 11305063.

HSL color Cylindrical-coordinate representation of color #6780AC: hue angle of 218.26º 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 #6780AC is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB103128172-
CMYK0.400.2600.33
HSL218.26º29.36%53.92%-
HSV(B)218.26º40.12%67.45%-
XYZ20.7621.342.05-
YUV125.54154.22111.92-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.56%
GREEN value IS 128 (50.39% from 255) = 31.76%
BLUE value IS 172 (67.58% from 255) = 42.68%
R=25.56%
G=31.76%
B=42.68%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1031281720.400.2600.33218.2629.3653.92
Hex6780AC281A021da1d36
Octal14720025450320413323566
Binary110011110000000101011001010001101001000011101101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6780AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6780AC; }

 p { color: rgb(103,128,172); }

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

<style>
 a { background-color: #6780AC; }

 a { background-color: rgb(103,128,172); }

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

<style>
 span { border-color: #6780AC; }

 span { border-color: rgb(103,128,172); }

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