Html Css Color HEX #6F85AE Ship Cove

📋 copy color: '#6F85AE'

red 111 ◦ green 133 ◦ blue 174

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

Shades of Ship Cove #6F85AE

Tints of Ship Cove #6F85AE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.82%

 BLUE value IS 174 (68.36% from 255) = 41.63%

R = 26.56%
G = 31.82%
B = 41.63%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6F85AE (or 0x6F85AE) is known color: Ship Cove. HEX triplet: 6F, 85 and AE. RGB value is (111,133,174). Sum of RGB (Red+Green+Blue) = 111+133+174=418 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.56% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 174 - color contains mainly: blue. Hex color #6F85AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F85AE is #907A51. Grayscale: #828282. Windows color (decimal): -9468498 or 11437423. OLE color: 11437423.

HSL color Cylindrical-coordinate representation of color #6F85AE: hue angle of 219.05º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6F85AE is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 111 133 174 -
CMYK 0.36 0.24 0 0.32
HSL 219.05º 0.28% 0.56% -
HSV(B) 219.05º 0.36% 0.68% -
XYZ 22.58 23.21 43.33 -
YUV 131.1 152.21 113.67 -
System Red Green Blue C M Y K H S L
Decimal 111 133 174 0.36 0.24 0 0.32 219.05 0.28 0.56
Hex 6F 85 AE 24 18 0 20 DB 1C 38
Octal 157 205 256 44 30 0 40 333 34 70
Binary 1101111 10000101 10101110 100100 11000 0 100000 11011011 11100 111000

Color Harmonies of #6F85AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F85AE

Black with #6F85AE

Text Example


Text Example

White with #6F85AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,133,174); }

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

background-color css

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

 a { background-color: rgb(111,133,174); }

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

border-color css

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

 span { border-color: rgb(111,133,174); }

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