Html Css Color HEX #6E86A7 Ship Cove

📋 copy color: '#6E86A7'

red 110 ◦ green 134 ◦ blue 167

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

Shades of Ship Cove #6E86A7

Tints of Ship Cove #6E86A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 40.63%

R = 26.76%
G = 32.6%
B = 40.63%

CMYK

 C value IS 0.34

 M value IS 0.20

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6E86A7 (or 0x6E86A7) is known color: Ship Cove. HEX triplet: 6E, 86 and A7. RGB value is (110,134,167). Sum of RGB (Red+Green+Blue) = 110+134+167=411 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.76% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 167 (65.62% from 255 or 40.63% from 411); Max value from RGB is 167 - color contains mainly: blue. Hex color #6E86A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E86A7 is #917958. Grayscale: #828282. Windows color (decimal): -9533785 or 10978926. OLE color: 10978926.

HSL color Cylindrical-coordinate representation of color #6E86A7: hue angle of 214.74º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6E86A7 is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 110 134 167 -
CMYK 0.34 0.20 0 0.35
HSL 214.74º 0.24% 0.54% -
HSV(B) 214.74º 0.34% 0.65% -
XYZ 21.93 23.16 39.87 -
YUV 130.59 148.55 113.32 -
System Red Green Blue C M Y K H S L
Decimal 110 134 167 0.34 0.20 0 0.35 214.74 0.24 0.54
Hex 6E 86 A7 22 14 0 23 D7 18 36
Octal 156 206 247 42 24 0 43 327 30 66
Binary 1101110 10000110 10100111 100010 10100 0 100011 11010111 11000 110110

Color Harmonies of #6E86A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E86A7

Black with #6E86A7

Text Example


Text Example

White with #6E86A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,134,167); }

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

background-color css

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

 a { background-color: rgb(110,134,167); }

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

border-color css

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

 span { border-color: rgb(110,134,167); }

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