#6A7EA4

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

Shades of Ship Cove #6A7EA4

Tints of Ship Cove #6A7EA4

Color information

#6A7EA4 (or 0x6A7EA4) is unknown color: approx Ship Cove. HEX triplet: 6A, 7E and A4. RGB value is (106,126,164). Sum of RGB (Red+Green+Blue) = 106+126+164=396 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.77% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 164 (64.45% from 255 or 41.41% from 396); Max value from RGB is 164 - color contains mainly: blue. Hex color #6A7EA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A7EA4 is #95815B. Grayscale: #7C7C7C. Windows color (decimal): -9797980 or 10780266. OLE color: 10780266.

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

Color convert

RGB106126164-
CMYK0.350.2300.36
HSL219.31º24.17%52.94%-
HSV(B)219.31º35.37%64.31%-
XYZ20.1120.6738.05-
YUV124.35150.37114.91-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.77%
GREEN value IS 126 (49.61% from 255) = 31.82%
BLUE value IS 164 (64.45% from 255) = 41.41%
R=26.77%
G=31.82%
B=41.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1061261640.350.2300.36219.3124.1752.94
Hex6A7EA42317024db1835
Octal15217624443270443333065
Binary11010101111110101001001000111011101001001101101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,126,164); }

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

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

 a { background-color: rgb(106,126,164); }

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

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

 span { border-color: rgb(106,126,164); }

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