Html Css Color HEX #6782AB Ship Cove

📋 copy color: '#6782AB'

red 103 ◦ green 130 ◦ blue 171

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

Shades of Ship Cove #6782AB

Tints of Ship Cove #6782AB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.18%

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

R = 25.5%
G = 32.18%
B = 42.33%

CMYK

 C value IS 0.40

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6782AB (or 0x6782AB) is known color: Ship Cove. HEX triplet: 67, 82 and AB. RGB value is (103,130,171). Sum of RGB (Red+Green+Blue) = 103+130+171=404 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.50% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 171 - color contains mainly: blue. Hex color #6782AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6782AB is #987D54. Grayscale: #7E7E7E. Windows color (decimal): -9993557 or 11240039. OLE color: 11240039.

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

Color convert

RGB 103 130 171 -
CMYK 0.40 0.24 0 0.33
HSL 216.18º 0.29% 0.54% -
HSV(B) 216.18º 0.4% 0.67% -
XYZ 20.93 21.79 41.63 -
YUV 126.6 153.05 111.17 -
System Red Green Blue C M Y K H S L
Decimal 103 130 171 0.40 0.24 0 0.33 216.18 0.29 0.54
Hex 67 82 AB 28 18 0 21 D8 1D 36
Octal 147 202 253 50 30 0 41 330 35 66
Binary 1100111 10000010 10101011 101000 11000 0 100001 11011000 11101 110110

Color Harmonies of #6782AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6782AB

Black with #6782AB

Text Example


Text Example

White with #6782AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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