Html Css Color HEX #6D82AE Ship Cove

📋 copy color: '#6D82AE'

red 109 ◦ green 130 ◦ blue 174

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

Shades of Ship Cove #6D82AE

Tints of Ship Cove #6D82AE

RGB

 RED value IS 109 (42.97% from 255) = 26.39%

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

 BLUE value IS 174 (68.36% from 255) = 42.13%

R = 26.39%
G = 31.48%
B = 42.13%

CMYK

 C value IS 0.37

 M value IS 0.25

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6D82AE (or 0x6D82AE) is known color: Ship Cove. HEX triplet: 6D, 82 and AE. RGB value is (109,130,174). Sum of RGB (Red+Green+Blue) = 109+130+174=413 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.39% from 413); Green value is 130 (51.17% from 255 or 31.48% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 174 - color contains mainly: blue. Hex color #6D82AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D82AE is #927D51. Grayscale: #808080. Windows color (decimal): -9600338 or 11436653. OLE color: 11436653.

HSL color Cylindrical-coordinate representation of color #6D82AE: hue angle of 220.62º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6D82AE is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 109 130 174 -
CMYK 0.37 0.25 0 0.32
HSL 220.62º 0.29% 0.55% -
HSV(B) 220.62º 0.37% 0.68% -
XYZ 21.93 22.27 43.19 -
YUV 128.74 153.54 113.92 -
System Red Green Blue C M Y K H S L
Decimal 109 130 174 0.37 0.25 0 0.32 220.62 0.29 0.55
Hex 6D 82 AE 25 19 0 20 DD 1D 37
Octal 155 202 256 45 31 0 40 335 35 67
Binary 1101101 10000010 10101110 100101 11001 0 100000 11011101 11101 110111

Color Harmonies of #6D82AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D82AE

Black with #6D82AE

Text Example


Text Example

White with #6D82AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D82AE; }

 p { color: rgb(109,130,174); }

 H1.HeaderClassName
 {
   color: #6D82AE;
 }
 .AnyTagClassName
 {
   color: #6D82AE;
 }
</style>

background-color css

<style>
 a { background-color: #6D82AE; }

 a { background-color: rgb(109,130,174); }

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

border-color css

<style>
 span { border-color: #6D82AE; }

 span { border-color: rgb(109,130,174); }

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