Html Css Color HEX #6982AB Ship Cove

📋 copy color: '#6982AB'

red 105 ◦ green 130 ◦ blue 171

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

Shades of Ship Cove #6982AB

Tints of Ship Cove #6982AB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.02%

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

R = 25.86%
G = 32.02%
B = 42.12%

CMYK

 C value IS 0.39

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6982AB (or 0x6982AB) is known color: Ship Cove. HEX triplet: 69, 82 and AB. RGB value is (105,130,171). Sum of RGB (Red+Green+Blue) = 105+130+171=406 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.86% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 171 - color contains mainly: blue. Hex color #6982AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6982AB is #967D54. Grayscale: #7F7F7F. Windows color (decimal): -9862485 or 11240041. OLE color: 11240041.

HSL color Cylindrical-coordinate representation of color #6982AB: hue angle of 217.27º 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 #6982AB is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 130 171 -
CMYK 0.39 0.24 0 0.33
HSL 217.27º 0.28% 0.54% -
HSV(B) 217.27º 0.39% 0.67% -
XYZ 21.16 21.91 41.64 -
YUV 127.2 152.72 112.17 -
System Red Green Blue C M Y K H S L
Decimal 105 130 171 0.39 0.24 0 0.33 217.27 0.28 0.54
Hex 69 82 AB 27 18 0 21 D9 1C 36
Octal 151 202 253 47 30 0 41 331 34 66
Binary 1101001 10000010 10101011 100111 11000 0 100001 11011001 11100 110110

Color Harmonies of #6982AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6982AB

Black with #6982AB

Text Example


Text Example

White with #6982AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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