Html Css Color HEX #6780AC Ship Cove

📋 copy color: '#6780AC'

red 103 ◦ green 128 ◦ blue 172

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

Shades of Ship Cove #6780AC

Tints of Ship Cove #6780AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.68%

R = 25.56%
G = 31.76%
B = 42.68%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6780AC (or 0x6780AC) is known color: Ship Cove. HEX triplet: 67, 80 and AC. RGB value is (103,128,172). Sum of RGB (Red+Green+Blue) = 103+128+172=403 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.56% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 172 - color contains mainly: blue. Hex color #6780AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6780AC is #987F53. Grayscale: #7D7D7D. Windows color (decimal): -9994068 or 11305063. OLE color: 11305063.

HSL color Cylindrical-coordinate representation of color #6780AC: hue angle of 218.26º 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 #6780AC is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 103 128 172 -
CMYK 0.40 0.26 0 0.33
HSL 218.26º 0.29% 0.54% -
HSV(B) 218.26º 0.4% 0.67% -
XYZ 20.76 21.3 42.05 -
YUV 125.54 154.22 111.92 -
System Red Green Blue C M Y K H S L
Decimal 103 128 172 0.40 0.26 0 0.33 218.26 0.29 0.54
Hex 67 80 AC 28 1A 0 21 DA 1D 36
Octal 147 200 254 50 32 0 41 332 35 66
Binary 1100111 10000000 10101100 101000 11010 0 100001 11011010 11101 110110

Color Harmonies of #6780AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6780AC

Black with #6780AC

Text Example


Text Example

White with #6780AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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