Html Css Color HEX #6782AA Ship Cove

📋 copy color: '#6782AA'

red 103 ◦ green 130 ◦ blue 170

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

Shades of Ship Cove #6782AA

Tints of Ship Cove #6782AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.18%

R = 25.56%
G = 32.26%
B = 42.18%

CMYK

 C value IS 0.39

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6782AA (or 0x6782AA) is known color: Ship Cove. HEX triplet: 67, 82 and AA. RGB value is (103,130,170). Sum of RGB (Red+Green+Blue) = 103+130+170=403 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.56% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 170 - color contains mainly: blue. Hex color #6782AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6782AA is #987D55. Grayscale: #7E7E7E. Windows color (decimal): -9993558 or 11174503. OLE color: 11174503.

HSL color Cylindrical-coordinate representation of color #6782AA: hue angle of 215.82º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6782AA is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 103 130 170 -
CMYK 0.39 0.24 0 0.33
HSL 215.82º 0.28% 0.54% -
HSV(B) 215.82º 0.39% 0.67% -
XYZ 20.83 21.75 41.13 -
YUV 126.49 152.55 111.25 -
System Red Green Blue C M Y K H S L
Decimal 103 130 170 0.39 0.24 0 0.33 215.82 0.28 0.54
Hex 67 82 AA 27 18 0 21 D8 1C 36
Octal 147 202 252 47 30 0 41 330 34 66
Binary 1100111 10000010 10101010 100111 11000 0 100001 11011000 11100 110110

Color Harmonies of #6782AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6782AA

Black with #6782AA

Text Example


Text Example

White with #6782AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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