#6979A1

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

Shades of Ship Cove #6979A1

Tints of Ship Cove #6979A1

Color information

#6979A1 (or 0x6979A1) is unknown color: approx Ship Cove. HEX triplet: 69, 79 and A1. RGB value is (105,121,161). Sum of RGB (Red+Green+Blue) = 105+121+161=387 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.13% from 387); Green value is 121 (47.66% from 255 or 31.27% from 387); Blue value is 161 (63.28% from 255 or 41.60% from 387); Max value from RGB is 161 - color contains mainly: blue. Hex color #6979A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6979A1 is #96865E. Grayscale: #787878. Windows color (decimal): -9864799 or 10582377. OLE color: 10582377.

HSL color Cylindrical-coordinate representation of color #6979A1: hue angle of 222.86º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6979A1 is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB105121161-
CMYK0.350.2500.37
HSL222.86º22.95%52.16%-
HSV(B)222.86º34.78%63.14%-
XYZ19.119.2536.43-
YUV120.78150.7116.75-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.13%
GREEN value IS 121 (47.66% from 255) = 31.27%
BLUE value IS 161 (63.28% from 255) = 41.60%
R=27.13%
G=31.27%
B=41.60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1051211610.350.2500.37222.8622.9552.16
Hex6979A12319025df1734
Octal15117124143310453372764
Binary11010011111001101000011000111100101001011101111110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6979A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6979A1; }

 p { color: rgb(105,121,161); }

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

<style>
 a { background-color: #6979A1; }

 a { background-color: rgb(105,121,161); }

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

<style>
 span { border-color: #6979A1; }

 span { border-color: rgb(105,121,161); }

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