Html Css Color HEX #6D89AD Ship Cove

📋 copy color: '#6D89AD'

red 109 ◦ green 137 ◦ blue 173

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

Shades of Ship Cove #6D89AD

Tints of Ship Cove #6D89AD

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.7%

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

R = 26.01%
G = 32.7%
B = 41.29%

CMYK

 C value IS 0.37

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6D89AD (or 0x6D89AD) is known color: Ship Cove. HEX triplet: 6D, 89 and AD. RGB value is (109,137,173). Sum of RGB (Red+Green+Blue) = 109+137+173=419 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.01% from 419); Green value is 137 (53.91% from 255 or 32.70% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 173 - color contains mainly: blue. Hex color #6D89AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D89AD is #927652. Grayscale: #848484. Windows color (decimal): -9598547 or 11372909. OLE color: 11372909.

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

Color convert

RGB 109 137 173 -
CMYK 0.37 0.21 0 0.32
HSL 213.75º 0.28% 0.55% -
HSV(B) 213.75º 0.37% 0.68% -
XYZ 22.8 24.16 43 -
YUV 132.73 150.72 111.07 -
System Red Green Blue C M Y K H S L
Decimal 109 137 173 0.37 0.21 0 0.32 213.75 0.28 0.55
Hex 6D 89 AD 25 15 0 20 D6 1C 37
Octal 155 211 255 45 25 0 40 326 34 67
Binary 1101101 10001001 10101101 100101 10101 0 100000 11010110 11100 110111

Color Harmonies of #6D89AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D89AD

Black with #6D89AD

Text Example


Text Example

White with #6D89AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,137,173); }

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

background-color css

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

 a { background-color: rgb(109,137,173); }

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

border-color css

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

 span { border-color: rgb(109,137,173); }

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