Html Css Color HEX #6F85AD Ship Cove

📋 copy color: '#6F85AD'

red 111 ◦ green 133 ◦ blue 173

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

Shades of Ship Cove #6F85AD

Tints of Ship Cove #6F85AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.49%

R = 26.62%
G = 31.89%
B = 41.49%

CMYK

 C value IS 0.36

 M value IS 0.23

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6F85AD (or 0x6F85AD) is known color: Ship Cove. HEX triplet: 6F, 85 and AD. RGB value is (111,133,173). Sum of RGB (Red+Green+Blue) = 111+133+173=417 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.62% from 417); Green value is 133 (52.34% from 255 or 31.89% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 173 - color contains mainly: blue. Hex color #6F85AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F85AD is #907A52. Grayscale: #828282. Windows color (decimal): -9468499 or 11371887. OLE color: 11371887.

HSL color Cylindrical-coordinate representation of color #6F85AD: hue angle of 218.71º degrees, saturation: 0.27, 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 #6F85AD is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 111 133 173 -
CMYK 0.36 0.23 0 0.32
HSL 218.71º 0.27% 0.56% -
HSV(B) 218.71º 0.36% 0.68% -
XYZ 22.49 23.17 42.82 -
YUV 130.98 151.71 113.75 -
System Red Green Blue C M Y K H S L
Decimal 111 133 173 0.36 0.23 0 0.32 218.71 0.27 0.56
Hex 6F 85 AD 24 17 0 20 DB 1B 38
Octal 157 205 255 44 27 0 40 333 33 70
Binary 1101111 10000101 10101101 100100 10111 0 100000 11011011 11011 111000

Color Harmonies of #6F85AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F85AD

Black with #6F85AD

Text Example


Text Example

White with #6F85AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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