#6F7EA5

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

Shades of Ship Cove #6F7EA5

Tints of Ship Cove #6F7EA5

Color information

#6F7EA5 (or 0x6F7EA5) is unknown color: approx Ship Cove. HEX triplet: 6F, 7E and A5. RGB value is (111,126,165). Sum of RGB (Red+Green+Blue) = 111+126+165=402 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.61% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 165 (64.84% from 255 or 41.04% from 402); Max value from RGB is 165 - color contains mainly: blue. Hex color #6F7EA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7EA5 is #90815A. Grayscale: #7D7D7D. Windows color (decimal): -9470299 or 10845807. OLE color: 10845807.

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

Color convert

RGB111126165-
CMYK0.330.2400.35
HSL223.33º23.08%54.12%-
HSV(B)223.33º32.73%64.71%-
XYZ20.8121.0238.56-
YUV125.96150.03117.33-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.61%
GREEN value IS 126 (49.61% from 255) = 31.34%
BLUE value IS 165 (64.84% from 255) = 41.04%
R=27.61%
G=31.34%
B=41.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1111261650.330.2400.35223.3323.0854.12
Hex6F7EA52118023df1736
Octal15717624541300433372766
Binary11011111111110101001011000011100001000111101111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,126,165); }

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

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

 a { background-color: rgb(111,126,165); }

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

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

 span { border-color: rgb(111,126,165); }

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