#6F7FAA

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

Shades of Ship Cove #6F7FAA

Tints of Ship Cove #6F7FAA

Color information

#6F7FAA (or 0x6F7FAA) is unknown color: approx Ship Cove. HEX triplet: 6F, 7F and AA. RGB value is (111,127,170). Sum of RGB (Red+Green+Blue) = 111+127+170=408 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.21% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 170 - color contains mainly: blue. Hex color #6F7FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7FAA is #908055. Grayscale: #7E7E7E. Windows color (decimal): -9470038 or 11173743. OLE color: 11173743.

HSL color Cylindrical-coordinate representation of color #6F7FAA: hue angle of 223.73º 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 #6F7FAA is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB111127170-
CMYK0.350.2500.33
HSL223.73º25.76%55.1%-
HSV(B)223.73º34.71%66.67%-
XYZ21.421.4641.04-
YUV127.12152.2116.5-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.21%
GREEN value IS 127 (50% from 255) = 31.13%
BLUE value IS 170 (66.80% from 255) = 41.67%
R=27.21%
G=31.13%
B=41.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1111271700.350.2500.33223.7325.7655.1
Hex6F7FAA2319021e01a37
Octal15717725243310413403267
Binary11011111111111101010101000111100101000011110000011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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