Html Css Color HEX #6980B4 Ship Cove

📋 copy color: '#6980B4'

red 105 ◦ green 128 ◦ blue 180

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

Shades of Ship Cove #6980B4

Tints of Ship Cove #6980B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 43.58%

R = 25.42%
G = 30.99%
B = 43.58%

CMYK

 C value IS 0.42

 M value IS 0.29

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6980B4 (or 0x6980B4) is known color: Ship Cove. HEX triplet: 69, 80 and B4. RGB value is (105,128,180). Sum of RGB (Red+Green+Blue) = 105+128+180=413 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.42% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 180 (70.70% from 255 or 43.58% from 413); Max value from RGB is 180 - color contains mainly: blue. Hex color #6980B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6980B4 is #967F4B. Grayscale: #7E7E7E. Windows color (decimal): -9862988 or 11829353. OLE color: 11829353.

HSL color Cylindrical-coordinate representation of color #6980B4: hue angle of 221.6º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6980B4 is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 105 128 180 -
CMYK 0.42 0.29 0 0.29
HSL 221.6º 0.33% 0.56% -
HSV(B) 221.6º 0.42% 0.71% -
XYZ 21.78 21.74 46.23 -
YUV 127.05 157.88 112.27 -
System Red Green Blue C M Y K H S L
Decimal 105 128 180 0.42 0.29 0 0.29 221.6 0.33 0.56
Hex 69 80 B4 2A 1D 0 1D DE 21 38
Octal 151 200 264 52 35 0 35 336 41 70
Binary 1101001 10000000 10110100 101010 11101 0 11101 11011110 100001 111000

Color Harmonies of #6980B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6980B4

Black with #6980B4

Text Example


Text Example

White with #6980B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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