Html Css Color HEX #6780AB Ship Cove

📋 copy color: '#6780AB'

red 103 ◦ green 128 ◦ blue 171

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

Shades of Ship Cove #6780AB

Tints of Ship Cove #6780AB

RGB

 RED value IS 103 (40.63% from 255) = 25.62%

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

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

R = 25.62%
G = 31.84%
B = 42.54%

CMYK

 C value IS 0.40

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6780AB (or 0x6780AB) is known color: Ship Cove. HEX triplet: 67, 80 and AB. RGB value is (103,128,171). Sum of RGB (Red+Green+Blue) = 103+128+171=402 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.62% from 402); Green value is 128 (50.39% from 255 or 31.84% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 171 - color contains mainly: blue. Hex color #6780AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6780AB is #987F54. Grayscale: #7D7D7D. Windows color (decimal): -9994069 or 11239527. OLE color: 11239527.

HSL color Cylindrical-coordinate representation of color #6780AB: hue angle of 217.94º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6780AB is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 103 128 171 -
CMYK 0.40 0.25 0 0.33
HSL 217.94º 0.29% 0.54% -
HSV(B) 217.94º 0.4% 0.67% -
XYZ 20.66 21.26 41.54 -
YUV 125.43 153.72 112 -
System Red Green Blue C M Y K H S L
Decimal 103 128 171 0.40 0.25 0 0.33 217.94 0.29 0.54
Hex 67 80 AB 28 19 0 21 DA 1D 36
Octal 147 200 253 50 31 0 41 332 35 66
Binary 1100111 10000000 10101011 101000 11001 0 100001 11011010 11101 110110

Color Harmonies of #6780AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6780AB

Black with #6780AB

Text Example


Text Example

White with #6780AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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