#6D8CAF

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

Shades of Ship Cove #6D8CAF

Tints of Ship Cove #6D8CAF

Color information

#6D8CAF (or 0x6D8CAF) is unknown color: approx Ship Cove. HEX triplet: 6D, 8C and AF. RGB value is (109,140,175). Sum of RGB (Red+Green+Blue) = 109+140+175=424 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.71% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 175 - color contains mainly: blue. Hex color #6D8CAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8CAF is #927350. Grayscale: #868686. Windows color (decimal): -9597777 or 11504749. OLE color: 11504749.

HSL color Cylindrical-coordinate representation of color #6D8CAF: hue angle of 211.82º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6D8CAF is Cyan = 0.38, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB109140175-
CMYK0.380.200.31
HSL211.82º29.2%55.69%-
HSV(B)211.82º37.71%68.63%-
XYZ23.4225.144.17-
YUV134.72150.73109.65-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.71%
GREEN value IS 140 (55.08% from 255) = 33.02%
BLUE value IS 175 (68.75% from 255) = 41.27%
R=25.71%
G=33.02%
B=41.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1091401750.380.200.31211.8229.255.69
Hex6D8CAF261401Fd41d38
Octal15521425746240373243570
Binary11011011000110010101111100110101000111111101010011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,140,175); }

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

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

 a { background-color: rgb(109,140,175); }

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

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

 span { border-color: rgb(109,140,175); }

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