#6A7FAE

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

Shades of Ship Cove #6A7FAE

Tints of Ship Cove #6A7FAE

Color information

#6A7FAE (or 0x6A7FAE) is unknown color: approx Ship Cove. HEX triplet: 6A, 7F and AE. RGB value is (106,127,174). Sum of RGB (Red+Green+Blue) = 106+127+174=407 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.04% from 407); Green value is 127 (50% from 255 or 31.20% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 174 - color contains mainly: blue. Hex color #6A7FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A7FAE is #958051. Grayscale: #7D7D7D. Windows color (decimal): -9797714 or 11435882. OLE color: 11435882.

HSL color Cylindrical-coordinate representation of color #6A7FAE: hue angle of 221.47º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6A7FAE is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB106127174-
CMYK0.390.2700.32
HSL221.47º29.57%54.9%-
HSV(B)221.47º39.08%68.24%-
XYZ21.1721.343.04-
YUV126.08155.04113.68-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.04%
GREEN value IS 127 (50% from 255) = 31.20%
BLUE value IS 174 (68.36% from 255) = 42.75%
R=26.04%
G=31.20%
B=42.75%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1061271740.390.2700.32221.4729.5754.9
Hex6A7FAE271B020dd1e37
Octal15217725647330403353667
Binary11010101111111101011101001111101101000001101110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,127,174); }

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

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

 a { background-color: rgb(106,127,174); }

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

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

 span { border-color: rgb(106,127,174); }

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