Html Css Color HEX #6F779C Ship Cove

📋 copy color: '#6F779C'

red 111 ◦ green 119 ◦ blue 156

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

Shades of Ship Cove #6F779C

Tints of Ship Cove #6F779C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.83%

 BLUE value IS 156 (61.33% from 255) = 40.41%

R = 28.76%
G = 30.83%
B = 40.41%

CMYK

 C value IS 0.29

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6F779C (or 0x6F779C) is known color: Ship Cove. HEX triplet: 6F, 77 and 9C. RGB value is (111,119,156). Sum of RGB (Red+Green+Blue) = 111+119+156=386 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.76% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 156 - color contains mainly: blue. Hex color #6F779C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F779C is #908863. Grayscale: #787878. Windows color (decimal): -9472100 or 10254191. OLE color: 10254191.

HSL color Cylindrical-coordinate representation of color #6F779C: hue angle of 229.33º 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 #6F779C is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 111 119 156 -
CMYK 0.29 0.24 0 0.39
HSL 229.33º 0.19% 0.52% -
HSV(B) 229.33º 0.29% 0.61% -
XYZ 19.15 18.97 34.11 -
YUV 120.83 147.85 120.99 -
System Red Green Blue C M Y K H S L
Decimal 111 119 156 0.29 0.24 0 0.39 229.33 0.19 0.52
Hex 6F 77 9C 1D 18 0 27 E5 13 34
Octal 157 167 234 35 30 0 47 345 23 64
Binary 1101111 1110111 10011100 11101 11000 0 100111 11100101 10011 110100

Color Harmonies of #6F779C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F779C

Black with #6F779C

Text Example


Text Example

White with #6F779C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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