Html Css Color HEX #6781AA Ship Cove

📋 copy color: '#6781AA'

red 103 ◦ green 129 ◦ blue 170

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

Shades of Ship Cove #6781AA

Tints of Ship Cove #6781AA

RGB

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

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

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

R = 25.62%
G = 32.09%
B = 42.29%

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

#6781AA (or 0x6781AA) is known color: Ship Cove. HEX triplet: 67, 81 and AA. RGB value is (103,129,170). Sum of RGB (Red+Green+Blue) = 103+129+170=402 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.62% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 170 - color contains mainly: blue. Hex color #6781AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6781AA is #987E55. Grayscale: #7D7D7D. Windows color (decimal): -9993814 or 11174247. OLE color: 11174247.

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

Color convert

RGB 103 129 170 -
CMYK 0.39 0.24 0 0.33
HSL 216.72º 0.28% 0.54% -
HSV(B) 216.72º 0.39% 0.67% -
XYZ 20.7 21.49 41.09 -
YUV 125.9 152.89 111.67 -
System Red Green Blue C M Y K H S L
Decimal 103 129 170 0.39 0.24 0 0.33 216.72 0.28 0.54
Hex 67 81 AA 27 18 0 21 D9 1C 36
Octal 147 201 252 47 30 0 41 331 34 66
Binary 1100111 10000001 10101010 100111 11000 0 100001 11011001 11100 110110

Color Harmonies of #6781AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6781AA

Black with #6781AA

Text Example


Text Example

White with #6781AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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