Html Css Color HEX #6880AF Ship Cove

📋 copy color: '#6880AF'

red 104 ◦ green 128 ◦ blue 175

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

Shades of Ship Cove #6880AF

Tints of Ship Cove #6880AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43%

R = 25.55%
G = 31.45%
B = 43%

CMYK

 C value IS 0.41

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6880AF (or 0x6880AF) is known color: Ship Cove. HEX triplet: 68, 80 and AF. RGB value is (104,128,175). Sum of RGB (Red+Green+Blue) = 104+128+175=407 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.55% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 175 - color contains mainly: blue. Hex color #6880AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6880AF is #977F50. Grayscale: #7D7D7D. Windows color (decimal): -9928529 or 11501672. OLE color: 11501672.

HSL color Cylindrical-coordinate representation of color #6880AF: hue angle of 219.72º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6880AF is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 104 128 175 -
CMYK 0.41 0.27 0 0.31
HSL 219.72º 0.31% 0.55% -
HSV(B) 219.72º 0.41% 0.69% -
XYZ 21.17 21.48 43.59 -
YUV 126.18 155.55 112.18 -
System Red Green Blue C M Y K H S L
Decimal 104 128 175 0.41 0.27 0 0.31 219.72 0.31 0.55
Hex 68 80 AF 29 1B 0 1F DC 1F 37
Octal 150 200 257 51 33 0 37 334 37 67
Binary 1101000 10000000 10101111 101001 11011 0 11111 11011100 11111 110111

Color Harmonies of #6880AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6880AF

Black with #6880AF

Text Example


Text Example

White with #6880AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6880AF; }

 p { color: rgb(104,128,175); }

 H1.HeaderClassName
 {
   color: #6880AF;
 }
 .AnyTagClassName
 {
   color: #6880AF;
 }
</style>

background-color css

<style>
 a { background-color: #6880AF; }

 a { background-color: rgb(104,128,175); }

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

border-color css

<style>
 span { border-color: #6880AF; }

 span { border-color: rgb(104,128,175); }

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