Html Css Color HEX #678495 Horizon

📋 copy color: '#678495'

red 103 ◦ green 132 ◦ blue 149

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

Shades of Horizon #678495

Tints of Horizon #678495

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.38%

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

R = 26.82%
G = 34.38%
B = 38.8%

CMYK

 C value IS 0.31

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#678495 (or 0x678495) is known color: Horizon. HEX triplet: 67, 84 and 95. RGB value is (103,132,149). Sum of RGB (Red+Green+Blue) = 103+132+149=384 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.82% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 149 (58.59% from 255 or 38.80% from 384); Max value from RGB is 149 - color contains mainly: blue. Hex color #678495 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678495 is #987B6A. Grayscale: #7D7D7D. Windows color (decimal): -9993067 or 9798759. OLE color: 9798759.

HSL color Cylindrical-coordinate representation of color #678495: hue angle of 202.17º 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 #678495 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 103 132 149 -
CMYK 0.31 0.11 0 0.42
HSL 202.17º 0.18% 0.49% -
HSV(B) 202.17º 0.31% 0.58% -
XYZ 19.27 21.56 31.58 -
YUV 125.27 141.39 112.12 -
System Red Green Blue C M Y K H S L
Decimal 103 132 149 0.31 0.11 0 0.42 202.17 0.18 0.49
Hex 67 84 95 1F B 0 2A CA 12 31
Octal 147 204 225 37 13 0 52 312 22 61
Binary 1100111 10000100 10010101 11111 1011 0 101010 11001010 10010 110001

Color Harmonies of #678495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678495

Black with #678495

Text Example


Text Example

White with #678495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678495; }

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

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

background-color css

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

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

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

border-color css

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

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

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