Html Css Color HEX #678795 Horizon

📋 copy color: '#678795'

red 103 ◦ green 135 ◦ blue 149

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

Shades of Horizon #678795

Tints of Horizon #678795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 38.5%

R = 26.61%
G = 34.88%
B = 38.5%

CMYK

 C value IS 0.31

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#678795 (or 0x678795) is known color: Horizon. HEX triplet: 67, 87 and 95. RGB value is (103,135,149). Sum of RGB (Red+Green+Blue) = 103+135+149=387 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.61% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 149 - color contains mainly: blue. Hex color #678795 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678795 is #98786A. Grayscale: #7E7E7E. Windows color (decimal): -9992299 or 9799527. OLE color: 9799527.

HSL color Cylindrical-coordinate representation of color #678795: hue angle of 198.26º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #678795 is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 103 135 149 -
CMYK 0.31 0.09 0 0.42
HSL 198.26º 0.18% 0.49% -
HSV(B) 198.26º 0.31% 0.58% -
XYZ 19.68 22.38 31.72 -
YUV 127.03 140.4 110.86 -
System Red Green Blue C M Y K H S L
Decimal 103 135 149 0.31 0.09 0 0.42 198.26 0.18 0.49
Hex 67 87 95 1F 9 0 2A C6 12 31
Octal 147 207 225 37 11 0 52 306 22 61
Binary 1100111 10000111 10010101 11111 1001 0 101010 11000110 10010 110001

Color Harmonies of #678795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678795

Black with #678795

Text Example


Text Example

White with #678795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678795; }

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

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

background-color css

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

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

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

border-color css

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

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

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