Html Css Color HEX #6882AB Ship Cove

📋 copy color: '#6882AB'

red 104 ◦ green 130 ◦ blue 171

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

Shades of Ship Cove #6882AB

Tints of Ship Cove #6882AB

RGB

 RED value IS 104 (41.02% from 255) = 25.68%

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

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

R = 25.68%
G = 32.1%
B = 42.22%

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

#6882AB (or 0x6882AB) is known color: Ship Cove. HEX triplet: 68, 82 and AB. RGB value is (104,130,171). Sum of RGB (Red+Green+Blue) = 104+130+171=405 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.68% from 405); Green value is 130 (51.17% from 255 or 32.10% 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 #6882AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6882AB is #977D54. Grayscale: #7E7E7E. Windows color (decimal): -9928021 or 11240040. OLE color: 11240040.

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

Color convert

RGB 104 130 171 -
CMYK 0.39 0.24 0 0.33
HSL 216.72º 0.29% 0.54% -
HSV(B) 216.72º 0.39% 0.67% -
XYZ 21.04 21.85 41.64 -
YUV 126.9 152.89 111.67 -
System Red Green Blue C M Y K H S L
Decimal 104 130 171 0.39 0.24 0 0.33 216.72 0.29 0.54
Hex 68 82 AB 27 18 0 21 D9 1D 36
Octal 150 202 253 47 30 0 41 331 35 66
Binary 1101000 10000010 10101011 100111 11000 0 100001 11011001 11101 110110

Color Harmonies of #6882AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6882AB

Black with #6882AB

Text Example


Text Example

White with #6882AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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