Html Css Color HEX #6881AD Ship Cove

📋 copy color: '#6881AD'

red 104 ◦ green 129 ◦ blue 173

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

Shades of Ship Cove #6881AD

Tints of Ship Cove #6881AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.61%

R = 25.62%
G = 31.77%
B = 42.61%

CMYK

 C value IS 0.40

 M value IS 0.25

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6881AD (or 0x6881AD) is known color: Ship Cove. HEX triplet: 68, 81 and AD. RGB value is (104,129,173). Sum of RGB (Red+Green+Blue) = 104+129+173=406 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.62% from 406); Green value is 129 (50.78% from 255 or 31.77% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 173 - color contains mainly: blue. Hex color #6881AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6881AD is #977E52. Grayscale: #7E7E7E. Windows color (decimal): -9928275 or 11370856. OLE color: 11370856.

HSL color Cylindrical-coordinate representation of color #6881AD: hue angle of 218.26º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6881AD is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 104 129 173 -
CMYK 0.40 0.25 0 0.32
HSL 218.26º 0.3% 0.54% -
HSV(B) 218.26º 0.4% 0.68% -
XYZ 21.1 21.66 42.6 -
YUV 126.54 154.22 111.92 -
System Red Green Blue C M Y K H S L
Decimal 104 129 173 0.40 0.25 0 0.32 218.26 0.3 0.54
Hex 68 81 AD 28 19 0 20 DA 1E 36
Octal 150 201 255 50 31 0 40 332 36 66
Binary 1101000 10000001 10101101 101000 11001 0 100000 11011010 11110 110110

Color Harmonies of #6881AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6881AD

Black with #6881AD

Text Example


Text Example

White with #6881AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6881AD; }

 p { color: rgb(104,129,173); }

 H1.HeaderClassName
 {
   color: #6881AD;
 }
 .AnyTagClassName
 {
   color: #6881AD;
 }
</style>

background-color css

<style>
 a { background-color: #6881AD; }

 a { background-color: rgb(104,129,173); }

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

border-color css

<style>
 span { border-color: #6881AD; }

 span { border-color: rgb(104,129,173); }

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