Html Css Color HEX #6D86AF Ship Cove

📋 copy color: '#6D86AF'

red 109 ◦ green 134 ◦ blue 175

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

Shades of Ship Cove #6D86AF

Tints of Ship Cove #6D86AF

RGB

 RED value IS 109 (42.97% from 255) = 26.08%

 GREEN value IS 134 (52.73% from 255) = 32.06%

 BLUE value IS 175 (68.75% from 255) = 41.87%

R = 26.08%
G = 32.06%
B = 41.87%

CMYK

 C value IS 0.38

 M value IS 0.23

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6D86AF (or 0x6D86AF) is known color: Ship Cove. HEX triplet: 6D, 86 and AF. RGB value is (109,134,175). Sum of RGB (Red+Green+Blue) = 109+134+175=418 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.08% from 418); Green value is 134 (52.73% from 255 or 32.06% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 175 - color contains mainly: blue. Hex color #6D86AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D86AF is #927950. Grayscale: #838383. Windows color (decimal): -9599313 or 11503213. OLE color: 11503213.

HSL color Cylindrical-coordinate representation of color #6D86AF: hue angle of 217.27º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6D86AF is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 109 134 175 -
CMYK 0.38 0.23 0 0.31
HSL 217.27º 0.29% 0.56% -
HSV(B) 217.27º 0.38% 0.69% -
XYZ 22.57 23.4 43.88 -
YUV 131.2 152.72 112.17 -
System Red Green Blue C M Y K H S L
Decimal 109 134 175 0.38 0.23 0 0.31 217.27 0.29 0.56
Hex 6D 86 AF 26 17 0 1F D9 1D 38
Octal 155 206 257 46 27 0 37 331 35 70
Binary 1101101 10000110 10101111 100110 10111 0 11111 11011001 11101 111000

Color Harmonies of #6D86AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D86AF

Black with #6D86AF

Text Example


Text Example

White with #6D86AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,134,175); }

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

background-color css

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

 a { background-color: rgb(109,134,175); }

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

border-color css

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

 span { border-color: rgb(109,134,175); }

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