Html Css Color HEX #6F789B Ship Cove

📋 copy color: '#6F789B'

red 111 ◦ green 120 ◦ blue 155

#6F789B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ship Cove #6F789B

Tints of Ship Cove #6F789B

RGB

 RED value IS 111 (43.75% from 255) = 28.76%

 GREEN value IS 120 (47.27% from 255) = 31.09%

 BLUE value IS 155 (60.94% from 255) = 40.16%

R = 28.76%
G = 31.09%
B = 40.16%

CMYK

 C value IS 0.28

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6F789B (or 0x6F789B) is known color: Ship Cove. HEX triplet: 6F, 78 and 9B. RGB value is (111,120,155). Sum of RGB (Red+Green+Blue) = 111+120+155=386 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.76% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F789B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F789B is #908764. Grayscale: #797979. Windows color (decimal): -9471845 or 10188911. OLE color: 10188911.

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

Color convert

RGB 111 120 155 -
CMYK 0.28 0.23 0 0.39
HSL 227.73º 0.18% 0.52% -
HSV(B) 227.73º 0.28% 0.61% -
XYZ 19.19 19.18 33.7 -
YUV 121.3 147.02 120.65 -
System Red Green Blue C M Y K H S L
Decimal 111 120 155 0.28 0.23 0 0.39 227.73 0.18 0.52
Hex 6F 78 9B 1C 17 0 27 E4 12 34
Octal 157 170 233 34 27 0 47 344 22 64
Binary 1101111 1111000 10011011 11100 10111 0 100111 11100100 10010 110100

Color Harmonies of #6F789B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F789B

Black with #6F789B

Text Example


Text Example

White with #6F789B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6F789B;
 }
 .AnyTagClassName
 {
   color: #6F789B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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