#6F789E

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

Shades of Ship Cove #6F789E

Tints of Ship Cove #6F789E

Color information

#6F789E (or 0x6F789E) is unknown color: approx Ship Cove. HEX triplet: 6F, 78 and 9E. RGB value is (111,120,158). Sum of RGB (Red+Green+Blue) = 111+120+158=389 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.53% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 158 (62.11% from 255 or 40.62% from 389); Max value from RGB is 158 - color contains mainly: blue. Hex color #6F789E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F789E is #908761. Grayscale: #797979. Windows color (decimal): -9471842 or 10385519. OLE color: 10385519.

HSL color Cylindrical-coordinate representation of color #6F789E: hue angle of 228.51º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6F789E is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB111120158-
CMYK0.300.2400.38
HSL228.51º19.5%52.75%-
HSV(B)228.51º29.75%61.96%-
XYZ19.4419.2835.04-
YUV121.64148.52120.41-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.53%
GREEN value IS 120 (47.27% from 255) = 30.85%
BLUE value IS 158 (62.11% from 255) = 40.62%
R=28.53%
G=30.85%
B=40.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1111201580.300.2400.38228.5119.552.75
Hex6F789E1E18026e51435
Octal15717023636300463452465
Binary1101111111100010011110111101100001001101110010110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F789E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F789E; }

 p { color: rgb(111,120,158); }

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

<style>
 a { background-color: #6F789E; }

 a { background-color: rgb(111,120,158); }

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

<style>
 span { border-color: #6F789E; }

 span { border-color: rgb(111,120,158); }

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