Html Css Color HEX #6980AB Ship Cove

📋 copy color: '#6980AB'

red 105 ◦ green 128 ◦ blue 171

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

Shades of Ship Cove #6980AB

Tints of Ship Cove #6980AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.33%

R = 25.99%
G = 31.68%
B = 42.33%

CMYK

 C value IS 0.39

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6980AB (or 0x6980AB) is known color: Ship Cove. HEX triplet: 69, 80 and AB. RGB value is (105,128,171). Sum of RGB (Red+Green+Blue) = 105+128+171=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 171 - color contains mainly: blue. Hex color #6980AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6980AB is #967F54. Grayscale: #7D7D7D. Windows color (decimal): -9862997 or 11239529. OLE color: 11239529.

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

Color convert

RGB 105 128 171 -
CMYK 0.39 0.25 0 0.33
HSL 219.09º 0.28% 0.54% -
HSV(B) 219.09º 0.39% 0.67% -
XYZ 20.9 21.38 41.55 -
YUV 126.03 153.38 113 -
System Red Green Blue C M Y K H S L
Decimal 105 128 171 0.39 0.25 0 0.33 219.09 0.28 0.54
Hex 69 80 AB 27 19 0 21 DB 1C 36
Octal 151 200 253 47 31 0 41 333 34 66
Binary 1101001 10000000 10101011 100111 11001 0 100001 11011011 11100 110110

Color Harmonies of #6980AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6980AB

Black with #6980AB

Text Example


Text Example

White with #6980AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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