#6D8AAE

Color #6D8AAE Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #6D8AAE

Tints of Ship Cove #6D8AAE

Color information

#6D8AAE (or 0x6D8AAE) is unknown color: approx Ship Cove. HEX triplet: 6D, 8A and AE. RGB value is (109,138,174). Sum of RGB (Red+Green+Blue) = 109+138+174=421 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.89% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 174 - color contains mainly: blue. Hex color #6D8AAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8AAE is #927551. Grayscale: #858585. Windows color (decimal): -9598290 or 11438701. OLE color: 11438701.

HSL color Cylindrical-coordinate representation of color #6D8AAE: hue angle of 213.23º 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 #6D8AAE is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB109138174-
CMYK0.370.2100.32
HSL213.23º28.63%55.49%-
HSV(B)213.23º37.36%68.24%-
XYZ23.0424.4843.56-
YUV133.43150.89110.57-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.89%
GREEN value IS 138 (54.30% from 255) = 32.78%
BLUE value IS 174 (68.36% from 255) = 41.33%
R=25.89%
G=32.78%
B=41.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1091381740.370.2100.32213.2328.6355.49
Hex6D8AAE2515020d51d37
Octal15521225645250403253567
Binary110110110001010101011101001011010101000001101010111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6D8AAE;
 }
 .AnyTagClassName
 {
   color: #6D8AAE;
 }
</style>
background-color css

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

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

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

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

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

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