Html Css Color HEX #6981AB Ship Cove

📋 copy color: '#6981AB'

red 105 ◦ green 129 ◦ blue 171

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

Shades of Ship Cove #6981AB

Tints of Ship Cove #6981AB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.85%

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

R = 25.93%
G = 31.85%
B = 42.22%

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

#6981AB (or 0x6981AB) is known color: Ship Cove. HEX triplet: 69, 81 and AB. RGB value is (105,129,171). Sum of RGB (Red+Green+Blue) = 105+129+171=405 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.93% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 171 - color contains mainly: blue. Hex color #6981AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6981AB is #967E54. Grayscale: #7E7E7E. Windows color (decimal): -9862741 or 11239785. OLE color: 11239785.

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

Color convert

RGB 105 129 171 -
CMYK 0.39 0.25 0 0.33
HSL 218.18º 0.28% 0.54% -
HSV(B) 218.18º 0.39% 0.67% -
XYZ 21.03 21.64 41.6 -
YUV 126.61 153.05 112.58 -
System Red Green Blue C M Y K H S L
Decimal 105 129 171 0.39 0.25 0 0.33 218.18 0.28 0.54
Hex 69 81 AB 27 19 0 21 DA 1C 36
Octal 151 201 253 47 31 0 41 332 34 66
Binary 1101001 10000001 10101011 100111 11001 0 100001 11011010 11100 110110

Color Harmonies of #6981AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6981AB

Black with #6981AB

Text Example


Text Example

White with #6981AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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