Html Css Color HEX #6A80AB Ship Cove

📋 copy color: '#6A80AB'

red 106 ◦ green 128 ◦ blue 171

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

Shades of Ship Cove #6A80AB

Tints of Ship Cove #6A80AB

RGB

 RED value IS 106 (41.8% from 255) = 26.17%

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

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

R = 26.17%
G = 31.6%
B = 42.22%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6A80AB (or 0x6A80AB) is known color: Ship Cove. HEX triplet: 6A, 80 and AB. RGB value is (106,128,171). Sum of RGB (Red+Green+Blue) = 106+128+171=405 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.17% from 405); Green value is 128 (50.39% from 255 or 31.60% 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 #6A80AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A80AB is #957F54. Grayscale: #7E7E7E. Windows color (decimal): -9797461 or 11239530. OLE color: 11239530.

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

Color convert

RGB 106 128 171 -
CMYK 0.38 0.25 0 0.33
HSL 219.69º 0.28% 0.54% -
HSV(B) 219.69º 0.38% 0.67% -
XYZ 21.01 21.44 41.56 -
YUV 126.32 153.21 113.5 -
System Red Green Blue C M Y K H S L
Decimal 106 128 171 0.38 0.25 0 0.33 219.69 0.28 0.54
Hex 6A 80 AB 26 19 0 21 DC 1C 36
Octal 152 200 253 46 31 0 41 334 34 66
Binary 1101010 10000000 10101011 100110 11001 0 100001 11011100 11100 110110

Color Harmonies of #6A80AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A80AB

Black with #6A80AB

Text Example


Text Example

White with #6A80AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A80AB; }

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

 H1.HeaderClassName
 {
   color: #6A80AB;
 }
 .AnyTagClassName
 {
   color: #6A80AB;
 }
</style>

background-color css

<style>
 a { background-color: #6A80AB; }

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

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

border-color css

<style>
 span { border-color: #6A80AB; }

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

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