#6B8694

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

Shades of Horizon #6B8694

Tints of Horizon #6B8694

Color information

#6B8694 (or 0x6B8694) is unknown color: approx Horizon. HEX triplet: 6B, 86 and 94. RGB value is (107,134,148). Sum of RGB (Red+Green+Blue) = 107+134+148=389 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.51% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 148 (58.20% from 255 or 38.05% from 389); Max value from RGB is 148 - color contains mainly: blue. Hex color #6B8694 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8694 is #94796B. Grayscale: #7F7F7F. Windows color (decimal): -9730412 or 9733739. OLE color: 9733739.

HSL color Cylindrical-coordinate representation of color #6B8694: hue angle of 200.49º 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 #6B8694 is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB107134148-
CMYK0.280.0900.42
HSL200.49º16.08%50%-
HSV(B)200.49º27.7%58.04%-
XYZ19.9322.3131.27-
YUV127.52139.55113.36-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.51%
GREEN value IS 134 (52.73% from 255) = 34.45%
BLUE value IS 148 (58.20% from 255) = 38.05%
R=27.51%
G=34.45%
B=38.05%

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
Decimal1071341480.280.0900.42200.4916.0850
Hex6B86941C902Ac81032
Octal15320622434110523102062
Binary1101011100001101001010011100100101010101100100010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,134,148); }

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

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

 a { background-color: rgb(107,134,148); }

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

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

 span { border-color: rgb(107,134,148); }

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