Html Css Color HEX #6884AD Ship Cove

📋 copy color: '#6884AD'

red 104 ◦ green 132 ◦ blue 173

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

Shades of Ship Cove #6884AD

Tints of Ship Cove #6884AD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.27%

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

R = 25.43%
G = 32.27%
B = 42.3%

CMYK

 C value IS 0.40

 M value IS 0.24

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6884AD (or 0x6884AD) is known color: Ship Cove. HEX triplet: 68, 84 and AD. RGB value is (104,132,173). Sum of RGB (Red+Green+Blue) = 104+132+173=409 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.43% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 173 - color contains mainly: blue. Hex color #6884AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6884AD is #977B52. Grayscale: #808080. Windows color (decimal): -9927507 or 11371624. OLE color: 11371624.

HSL color Cylindrical-coordinate representation of color #6884AD: hue angle of 215.65º 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 #6884AD is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 104 132 173 -
CMYK 0.40 0.24 0 0.32
HSL 215.65º 0.3% 0.54% -
HSV(B) 215.65º 0.4% 0.68% -
XYZ 21.5 22.46 42.74 -
YUV 128.3 153.22 110.67 -
System Red Green Blue C M Y K H S L
Decimal 104 132 173 0.40 0.24 0 0.32 215.65 0.3 0.54
Hex 68 84 AD 28 18 0 20 D8 1E 36
Octal 150 204 255 50 30 0 40 330 36 66
Binary 1101000 10000100 10101101 101000 11000 0 100000 11011000 11110 110110

Color Harmonies of #6884AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6884AD

Black with #6884AD

Text Example


Text Example

White with #6884AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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