#6D88AD

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

Shades of Ship Cove #6D88AD

Tints of Ship Cove #6D88AD

Color information

#6D88AD (or 0x6D88AD) is unknown color: approx Ship Cove. HEX triplet: 6D, 88 and AD. RGB value is (109,136,173). Sum of RGB (Red+Green+Blue) = 109+136+173=418 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.08% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 173 - color contains mainly: blue. Hex color #6D88AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D88AD is #927752. Grayscale: #838383. Windows color (decimal): -9598803 or 11372653. OLE color: 11372653.

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

Color convert

RGB109136173-
CMYK0.370.2100.32
HSL214.69º28.07%55.29%-
HSV(B)214.69º36.99%67.84%-
XYZ22.6523.8842.95-
YUV132.15151.05111.49-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.08%
GREEN value IS 136 (53.52% from 255) = 32.54%
BLUE value IS 173 (67.97% from 255) = 41.39%
R=26.08%
G=32.54%
B=41.39%

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
Decimal1091361730.370.2100.32214.6928.0755.29
Hex6D88AD2515020d71c37
Octal15521025545250403273467
Binary110110110001000101011011001011010101000001101011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D88AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,136,173); }

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

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

 a { background-color: rgb(109,136,173); }

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

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

 span { border-color: rgb(109,136,173); }

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