Html Css Color HEX #6E84AD Ship Cove

📋 copy color: '#6E84AD'

red 110 ◦ green 132 ◦ blue 173

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

Shades of Ship Cove #6E84AD

Tints of Ship Cove #6E84AD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.81%

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

R = 26.51%
G = 31.81%
B = 41.69%

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

#6E84AD (or 0x6E84AD) is known color: Ship Cove. HEX triplet: 6E, 84 and AD. RGB value is (110,132,173). Sum of RGB (Red+Green+Blue) = 110+132+173=415 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.51% from 415); Green value is 132 (51.95% from 255 or 31.81% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 173 - color contains mainly: blue. Hex color #6E84AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E84AD is #917B52. Grayscale: #818181. Windows color (decimal): -9534291 or 11371630. OLE color: 11371630.

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

Color convert

RGB 110 132 173 -
CMYK 0.36 0.24 0 0.32
HSL 219.05º 0.28% 0.55% -
HSV(B) 219.05º 0.36% 0.68% -
XYZ 22.22 22.83 42.77 -
YUV 130.1 152.21 113.67 -
System Red Green Blue C M Y K H S L
Decimal 110 132 173 0.36 0.24 0 0.32 219.05 0.28 0.55
Hex 6E 84 AD 24 18 0 20 DB 1C 37
Octal 156 204 255 44 30 0 40 333 34 67
Binary 1101110 10000100 10101101 100100 11000 0 100000 11011011 11100 110111

Color Harmonies of #6E84AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E84AD

Black with #6E84AD

Text Example


Text Example

White with #6E84AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,132,173); }

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

background-color css

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

 a { background-color: rgb(110,132,173); }

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

border-color css

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

 span { border-color: rgb(110,132,173); }

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