Html Css Color HEX #6980AA Ship Cove

📋 copy color: '#6980AA'

red 105 ◦ green 128 ◦ blue 170

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

Shades of Ship Cove #6980AA

Tints of Ship Cove #6980AA

RGB

 RED value IS 105 (41.41% from 255) = 26.05%

 GREEN value IS 128 (50.39% from 255) = 31.76%

 BLUE value IS 170 (66.8% from 255) = 42.18%

R = 26.05%
G = 31.76%
B = 42.18%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6980AA (or 0x6980AA) is known color: Ship Cove. HEX triplet: 69, 80 and AA. RGB value is (105,128,170). Sum of RGB (Red+Green+Blue) = 105+128+170=403 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.05% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 170 - color contains mainly: blue. Hex color #6980AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6980AA is #967F55. Grayscale: #7D7D7D. Windows color (decimal): -9862998 or 11173993. OLE color: 11173993.

HSL color Cylindrical-coordinate representation of color #6980AA: hue angle of 218.77º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6980AA is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 128 170 -
CMYK 0.38 0.25 0 0.33
HSL 218.77º 0.28% 0.54% -
HSV(B) 218.77º 0.38% 0.67% -
XYZ 20.8 21.34 41.05 -
YUV 125.91 152.88 113.08 -
System Red Green Blue C M Y K H S L
Decimal 105 128 170 0.38 0.25 0 0.33 218.77 0.28 0.54
Hex 69 80 AA 26 19 0 21 DB 1C 36
Octal 151 200 252 46 31 0 41 333 34 66
Binary 1101001 10000000 10101010 100110 11001 0 100001 11011011 11100 110110

Color Harmonies of #6980AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6980AA

Black with #6980AA

Text Example


Text Example

White with #6980AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6980AA; }

 p { color: rgb(105,128,170); }

 H1.HeaderClassName
 {
   color: #6980AA;
 }
 .AnyTagClassName
 {
   color: #6980AA;
 }
</style>

background-color css

<style>
 a { background-color: #6980AA; }

 a { background-color: rgb(105,128,170); }

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

border-color css

<style>
 span { border-color: #6980AA; }

 span { border-color: rgb(105,128,170); }

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