Html Css Color HEX #6D82AA Ship Cove

📋 copy color: '#6D82AA'

red 109 ◦ green 130 ◦ blue 170

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

Shades of Ship Cove #6D82AA

Tints of Ship Cove #6D82AA

RGB

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

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

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

R = 26.65%
G = 31.78%
B = 41.56%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D82AA (or 0x6D82AA) is known color: Ship Cove. HEX triplet: 6D, 82 and AA. RGB value is (109,130,170). Sum of RGB (Red+Green+Blue) = 109+130+170=409 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.65% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 170 - color contains mainly: blue. Hex color #6D82AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D82AA is #927D55. Grayscale: #808080. Windows color (decimal): -9600342 or 11174509. OLE color: 11174509.

HSL color Cylindrical-coordinate representation of color #6D82AA: hue angle of 219.34º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6D82AA is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 109 130 170 -
CMYK 0.36 0.24 0 0.33
HSL 219.34º 0.26% 0.55% -
HSV(B) 219.34º 0.36% 0.67% -
XYZ 21.55 22.12 41.16 -
YUV 128.28 151.54 114.25 -
System Red Green Blue C M Y K H S L
Decimal 109 130 170 0.36 0.24 0 0.33 219.34 0.26 0.55
Hex 6D 82 AA 24 18 0 21 DB 1A 37
Octal 155 202 252 44 30 0 41 333 32 67
Binary 1101101 10000010 10101010 100100 11000 0 100001 11011011 11010 110111

Color Harmonies of #6D82AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D82AA

Black with #6D82AA

Text Example


Text Example

White with #6D82AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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