Html Css Color HEX #6980AE Ship Cove

📋 copy color: '#6980AE'

red 105 ◦ green 128 ◦ blue 174

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

Shades of Ship Cove #6980AE

Tints of Ship Cove #6980AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.75%

R = 25.8%
G = 31.45%
B = 42.75%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6980AE (or 0x6980AE) is known color: Ship Cove. HEX triplet: 69, 80 and AE. RGB value is (105,128,174). Sum of RGB (Red+Green+Blue) = 105+128+174=407 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.80% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 174 - color contains mainly: blue. Hex color #6980AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6980AE is #967F51. Grayscale: #7E7E7E. Windows color (decimal): -9862994 or 11436137. OLE color: 11436137.

HSL color Cylindrical-coordinate representation of color #6980AE: hue angle of 220º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6980AE is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 105 128 174 -
CMYK 0.40 0.26 0 0.32
HSL 220º 0.3% 0.55% -
HSV(B) 220º 0.4% 0.68% -
XYZ 21.18 21.5 43.08 -
YUV 126.37 154.88 112.76 -
System Red Green Blue C M Y K H S L
Decimal 105 128 174 0.40 0.26 0 0.32 220 0.3 0.55
Hex 69 80 AE 28 1A 0 20 DC 1E 37
Octal 151 200 256 50 32 0 40 334 36 67
Binary 1101001 10000000 10101110 101000 11010 0 100000 11011100 11110 110111

Color Harmonies of #6980AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6980AE

Black with #6980AE

Text Example


Text Example

White with #6980AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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