Html Css Color HEX #678494 Horizon

📋 copy color: '#678494'

red 103 ◦ green 132 ◦ blue 148

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

Shades of Horizon #678494

Tints of Horizon #678494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 38.64%

R = 26.89%
G = 34.46%
B = 38.64%

CMYK

 C value IS 0.30

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#678494 (or 0x678494) is known color: Horizon. HEX triplet: 67, 84 and 94. RGB value is (103,132,148). Sum of RGB (Red+Green+Blue) = 103+132+148=383 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.89% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 148 (58.20% from 255 or 38.64% from 383); Max value from RGB is 148 - color contains mainly: blue. Hex color #678494 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678494 is #987B6B. Grayscale: #7D7D7D. Windows color (decimal): -9993068 or 9733223. OLE color: 9733223.

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

Color convert

RGB 103 132 148 -
CMYK 0.30 0.11 0 0.42
HSL 201.33º 0.18% 0.49% -
HSV(B) 201.33º 0.3% 0.58% -
XYZ 19.19 21.52 31.16 -
YUV 125.15 140.89 112.2 -
System Red Green Blue C M Y K H S L
Decimal 103 132 148 0.30 0.11 0 0.42 201.33 0.18 0.49
Hex 67 84 94 1E B 0 2A C9 12 31
Octal 147 204 224 36 13 0 52 311 22 61
Binary 1100111 10000100 10010100 11110 1011 0 101010 11001001 10010 110001

Color Harmonies of #678494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678494

Black with #678494

Text Example


Text Example

White with #678494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678494; }

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

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

background-color css

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

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

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

border-color css

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

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

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