Html Css Color HEX #678796 Horizon

📋 copy color: '#678796'

red 103 ◦ green 135 ◦ blue 150

#678796
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Horizon #678796

Tints of Horizon #678796

RGB

 RED value IS 103 (40.63% from 255) = 26.55%

 GREEN value IS 135 (53.13% from 255) = 34.79%

 BLUE value IS 150 (58.98% from 255) = 38.66%

R = 26.55%
G = 34.79%
B = 38.66%

CMYK

 C value IS 0.31

 M value IS 0.1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#678796 (or 0x678796) is known color: Horizon. HEX triplet: 67, 87 and 96. RGB value is (103,135,150). Sum of RGB (Red+Green+Blue) = 103+135+150=388 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.55% from 388); Green value is 135 (53.12% from 255 or 34.79% from 388); Blue value is 150 (58.98% from 255 or 38.66% from 388); Max value from RGB is 150 - color contains mainly: blue. Hex color #678796 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678796 is #987869. Grayscale: #7F7F7F. Windows color (decimal): -9992298 or 9865063. OLE color: 9865063.

HSL color Cylindrical-coordinate representation of color #678796: hue angle of 199.15º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #678796 is Cyan = 0.31, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 103 135 150 -
CMYK 0.31 0.1 0 0.41
HSL 199.15º 0.19% 0.5% -
HSV(B) 199.15º 0.31% 0.59% -
XYZ 19.76 22.41 32.14 -
YUV 127.14 140.9 110.78 -
System Red Green Blue C M Y K H S L
Decimal 103 135 150 0.31 0.1 0 0.41 199.15 0.19 0.5
Hex 67 87 96 1F A 0 29 C7 13 32
Octal 147 207 226 37 12 0 51 307 23 62
Binary 1100111 10000111 10010110 11111 1010 0 101001 11000111 10011 110010

Color Harmonies of #678796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678796

Black with #678796

Text Example


Text Example

White with #678796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678796; }

 p { color: rgb(103,135,150); }

 H1.HeaderClassName
 {
   color: #678796;
 }
 .AnyTagClassName
 {
   color: #678796;
 }
</style>

background-color css

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

 a { background-color: rgb(103,135,150); }

 div.DivClassName
 {
   background-color: #678796;
 }
 .BgClassName
 {
   background-color: #678796;
 }
</style>

border-color css

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

 span { border-color: rgb(103,135,150); }

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