#6E7BA4

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

Shades of Ship Cove #6E7BA4

Tints of Ship Cove #6E7BA4

Color information

#6E7BA4 (or 0x6E7BA4) is unknown color: approx Ship Cove. HEX triplet: 6E, 7B and A4. RGB value is (110,123,164). Sum of RGB (Red+Green+Blue) = 110+123+164=397 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.71% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 164 (64.45% from 255 or 41.31% from 397); Max value from RGB is 164 - color contains mainly: blue. Hex color #6E7BA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7BA4 is #91845B. Grayscale: #7B7B7B. Windows color (decimal): -9536604 or 10779502. OLE color: 10779502.

HSL color Cylindrical-coordinate representation of color #6E7BA4: hue angle of 225.56º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6E7BA4 is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB110123164-
CMYK0.330.2500.36
HSL225.56º22.88%53.73%-
HSV(B)225.56º32.93%64.31%-
XYZ20.2120.1637.95-
YUV123.79150.69118.17-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.71%
GREEN value IS 123 (48.44% from 255) = 30.98%
BLUE value IS 164 (64.45% from 255) = 41.31%
R=27.71%
G=30.98%
B=41.31%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1101231640.330.2500.36225.5622.8853.73
Hex6E7BA42119024e21736
Octal15617324441310443422766
Binary11011101111011101001001000011100101001001110001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,123,164); }

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

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

 a { background-color: rgb(110,123,164); }

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

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

 span { border-color: rgb(110,123,164); }

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