#6A8693

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

Shades of Horizon #6A8693

Tints of Horizon #6A8693

Color information

#6A8693 (or 0x6A8693) is unknown color: approx Horizon. HEX triplet: 6A, 86 and 93. RGB value is (106,134,147). Sum of RGB (Red+Green+Blue) = 106+134+147=387 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.39% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 147 (57.81% from 255 or 37.98% from 387); Max value from RGB is 147 - color contains mainly: blue. Hex color #6A8693 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8693 is #95796C. Grayscale: #7F7F7F. Windows color (decimal): -9795949 or 9668202. OLE color: 9668202.

HSL color Cylindrical-coordinate representation of color #6A8693: hue angle of 199.02º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6A8693 is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB106134147-
CMYK0.280.0900.42
HSL199.02º16.21%49.61%-
HSV(B)199.02º27.89%57.65%-
XYZ19.7422.2230.85-
YUV127.11139.22112.94-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.39%
GREEN value IS 134 (52.73% from 255) = 34.63%
BLUE value IS 147 (57.81% from 255) = 37.98%
R=27.39%
G=34.63%
B=37.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1061341470.280.0900.42199.0216.2149.61
Hex6A86931C902Ac71032
Octal15220622334110523072062
Binary1101010100001101001001111100100101010101100011110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,134,147); }

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

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

 a { background-color: rgb(106,134,147); }

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

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

 span { border-color: rgb(106,134,147); }

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