#6F82A5

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

Shades of Ship Cove #6F82A5

Tints of Ship Cove #6F82A5

Color information

#6F82A5 (or 0x6F82A5) is unknown color: approx Ship Cove. HEX triplet: 6F, 82 and A5. RGB value is (111,130,165). Sum of RGB (Red+Green+Blue) = 111+130+165=406 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.34% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 165 (64.84% from 255 or 40.64% from 406); Max value from RGB is 165 - color contains mainly: blue. Hex color #6F82A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F82A5 is #907D5A. Grayscale: #808080. Windows color (decimal): -9469275 or 10846831. OLE color: 10846831.

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

Color convert

RGB111130165-
CMYK0.330.2100.35
HSL218.89º23.08%54.12%-
HSV(B)218.89º32.73%64.71%-
XYZ21.3322.0638.73-
YUV128.31148.71115.65-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.34%
GREEN value IS 130 (51.17% from 255) = 32.02%
BLUE value IS 165 (64.84% from 255) = 40.64%
R=27.34%
G=32.02%
B=40.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1111301650.330.2100.35218.8923.0854.12
Hex6F82A52115023db1736
Octal15720224541250433332766
Binary110111110000010101001011000011010101000111101101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F82A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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