#6E7FAB

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

Shades of Ship Cove #6E7FAB

Tints of Ship Cove #6E7FAB

Color information

#6E7FAB (or 0x6E7FAB) is unknown color: approx Ship Cove. HEX triplet: 6E, 7F and AB. RGB value is (110,127,171). Sum of RGB (Red+Green+Blue) = 110+127+171=408 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.96% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 171 - color contains mainly: blue. Hex color #6E7FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7FAB is #918054. Grayscale: #7E7E7E. Windows color (decimal): -9535573 or 11239278. OLE color: 11239278.

HSL color Cylindrical-coordinate representation of color #6E7FAB: hue angle of 223.28º degrees, saturation: 0.27, 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 #6E7FAB is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB110127171-
CMYK0.360.2600.33
HSL223.28º26.64%55.1%-
HSV(B)223.28º35.67%67.06%-
XYZ21.3721.4341.54-
YUV126.93152.87115.92-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.96%
GREEN value IS 127 (50% from 255) = 31.13%
BLUE value IS 171 (67.19% from 255) = 41.91%
R=26.96%
G=31.13%
B=41.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1101271710.360.2600.33223.2826.6455.1
Hex6E7FAB241A021df1b37
Octal15617725344320413373367
Binary11011101111111101010111001001101001000011101111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,127,171); }

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

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

 a { background-color: rgb(110,127,171); }

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

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

 span { border-color: rgb(110,127,171); }

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