#6F789C

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

Shades of Ship Cove #6F789C

Tints of Ship Cove #6F789C

Color information

#6F789C (or 0x6F789C) is unknown color: approx Ship Cove. HEX triplet: 6F, 78 and 9C. RGB value is (111,120,156). Sum of RGB (Red+Green+Blue) = 111+120+156=387 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.68% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 156 - color contains mainly: blue. Hex color #6F789C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F789C is #908763. Grayscale: #797979. Windows color (decimal): -9471844 or 10254447. OLE color: 10254447.

HSL color Cylindrical-coordinate representation of color #6F789C: hue angle of 228º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6F789C is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB111120156-
CMYK0.290.2300.39
HSL228º18.52%52.35%-
HSV(B)228º28.85%61.18%-
XYZ19.2719.2134.15-
YUV121.41147.52120.57-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.68%
GREEN value IS 120 (47.27% from 255) = 31.01%
BLUE value IS 156 (61.33% from 255) = 40.31%
R=28.68%
G=31.01%
B=40.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1111201560.290.2300.3922818.5252.35
Hex6F789C1D17027e41334
Octal15717023435270473442364
Binary1101111111100010011100111011011101001111110010010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F789C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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