Html Css Color HEX #6781AB Ship Cove

📋 copy color: '#6781AB'

red 103 ◦ green 129 ◦ blue 171

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

Shades of Ship Cove #6781AB

Tints of Ship Cove #6781AB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.01%

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

R = 25.56%
G = 32.01%
B = 42.43%

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

#6781AB (or 0x6781AB) is known color: Ship Cove. HEX triplet: 67, 81 and AB. RGB value is (103,129,171). Sum of RGB (Red+Green+Blue) = 103+129+171=403 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.56% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 171 - color contains mainly: blue. Hex color #6781AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6781AB is #987E54. Grayscale: #7D7D7D. Windows color (decimal): -9993813 or 11239783. OLE color: 11239783.

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

Color convert

RGB 103 129 171 -
CMYK 0.40 0.25 0 0.33
HSL 217.06º 0.29% 0.54% -
HSV(B) 217.06º 0.4% 0.67% -
XYZ 20.79 21.52 41.59 -
YUV 126.01 153.39 111.58 -
System Red Green Blue C M Y K H S L
Decimal 103 129 171 0.40 0.25 0 0.33 217.06 0.29 0.54
Hex 67 81 AB 28 19 0 21 D9 1D 36
Octal 147 201 253 50 31 0 41 331 35 66
Binary 1100111 10000001 10101011 101000 11001 0 100001 11011001 11101 110110

Color Harmonies of #6781AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6781AB

Black with #6781AB

Text Example


Text Example

White with #6781AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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