Html Css Color HEX #6E87AF Ship Cove

📋 copy color: '#6E87AF'

red 110 ◦ green 135 ◦ blue 175

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

Shades of Ship Cove #6E87AF

Tints of Ship Cove #6E87AF

RGB

 RED value IS 110 (43.36% from 255) = 26.19%

 GREEN value IS 135 (53.13% from 255) = 32.14%

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

R = 26.19%
G = 32.14%
B = 41.67%

CMYK

 C value IS 0.37

 M value IS 0.23

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6E87AF (or 0x6E87AF) is known color: Ship Cove. HEX triplet: 6E, 87 and AF. RGB value is (110,135,175). Sum of RGB (Red+Green+Blue) = 110+135+175=420 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.19% from 420); Green value is 135 (53.12% from 255 or 32.14% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 175 - color contains mainly: blue. Hex color #6E87AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E87AF is #917850. Grayscale: #838383. Windows color (decimal): -9533521 or 11503470. OLE color: 11503470.

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

Color convert

RGB 110 135 175 -
CMYK 0.37 0.23 0 0.31
HSL 216.92º 0.29% 0.56% -
HSV(B) 216.92º 0.37% 0.69% -
XYZ 22.83 23.74 43.94 -
YUV 132.09 152.22 112.25 -
System Red Green Blue C M Y K H S L
Decimal 110 135 175 0.37 0.23 0 0.31 216.92 0.29 0.56
Hex 6E 87 AF 25 17 0 1F D9 1D 38
Octal 156 207 257 45 27 0 37 331 35 70
Binary 1101110 10000111 10101111 100101 10111 0 11111 11011001 11101 111000

Color Harmonies of #6E87AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E87AF

Black with #6E87AF

Text Example


Text Example

White with #6E87AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,135,175); }

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

background-color css

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

 a { background-color: rgb(110,135,175); }

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

border-color css

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

 span { border-color: rgb(110,135,175); }

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