#6F7CAA

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

Shades of Ship Cove #6F7CAA

Tints of Ship Cove #6F7CAA

Color information

#6F7CAA (or 0x6F7CAA) is unknown color: approx Ship Cove. HEX triplet: 6F, 7C and AA. RGB value is (111,124,170). Sum of RGB (Red+Green+Blue) = 111+124+170=405 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.41% from 405); Green value is 124 (48.83% from 255 or 30.62% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 170 - color contains mainly: blue. Hex color #6F7CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7CAA is #908355. Grayscale: #7D7D7D. Windows color (decimal): -9470806 or 11172975. OLE color: 11172975.

HSL color Cylindrical-coordinate representation of color #6F7CAA: hue angle of 226.78º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6F7CAA is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB111124170-
CMYK0.350.2700.33
HSL226.78º25.76%55.1%-
HSV(B)226.78º34.71%66.67%-
XYZ21.0220.740.92-
YUV125.36153.19117.76-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.41%
GREEN value IS 124 (48.83% from 255) = 30.62%
BLUE value IS 170 (66.80% from 255) = 41.98%
R=27.41%
G=30.62%
B=41.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1111241700.350.2700.33226.7825.7655.1
Hex6F7CAA231B021e31a37
Octal15717425243330413433267
Binary11011111111100101010101000111101101000011110001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,124,170); }

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

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

 a { background-color: rgb(111,124,170); }

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

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

 span { border-color: rgb(111,124,170); }

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