#6B8794

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

Shades of Horizon #6B8794

Tints of Horizon #6B8794

Color information

#6B8794 (or 0x6B8794) is unknown color: approx Horizon. HEX triplet: 6B, 87 and 94. RGB value is (107,135,148). Sum of RGB (Red+Green+Blue) = 107+135+148=390 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.44% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 148 (58.20% from 255 or 37.95% from 390); Max value from RGB is 148 - color contains mainly: blue. Hex color #6B8794 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8794 is #94786B. Grayscale: #808080. Windows color (decimal): -9730156 or 9733995. OLE color: 9733995.

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

Color convert

RGB107135148-
CMYK0.280.0900.42
HSL199.02º16.08%50%-
HSV(B)199.02º27.7%58.04%-
XYZ20.0722.5931.32-
YUV128.11139.22112.94-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.44%
GREEN value IS 135 (53.12% from 255) = 34.62%
BLUE value IS 148 (58.20% from 255) = 37.95%
R=27.44%
G=34.62%
B=37.95%

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
Decimal1071351480.280.0900.42199.0216.0850
Hex6B87941C902Ac71032
Octal15320722434110523072062
Binary1101011100001111001010011100100101010101100011110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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