Html Css Color HEX #678490 Horizon

📋 copy color: '#678490'

red 103 ◦ green 132 ◦ blue 144

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

Shades of Horizon #678490

Tints of Horizon #678490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.99%

R = 27.18%
G = 34.83%
B = 37.99%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#678490 (or 0x678490) is known color: Horizon. HEX triplet: 67, 84 and 90. RGB value is (103,132,144). Sum of RGB (Red+Green+Blue) = 103+132+144=379 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.18% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 144 - color contains mainly: blue. Hex color #678490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678490 is #987B6F. Grayscale: #7C7C7C. Windows color (decimal): -9993072 or 9471079. OLE color: 9471079.

HSL color Cylindrical-coordinate representation of color #678490: hue angle of 197.56º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #678490 is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 103 132 144 -
CMYK 0.28 0.08 0 0.44
HSL 197.56º 0.17% 0.48% -
HSV(B) 197.56º 0.28% 0.56% -
XYZ 18.88 21.4 29.52 -
YUV 124.7 138.89 112.52 -
System Red Green Blue C M Y K H S L
Decimal 103 132 144 0.28 0.08 0 0.44 197.56 0.17 0.48
Hex 67 84 90 1C 8 0 2C C6 11 30
Octal 147 204 220 34 10 0 54 306 21 60
Binary 1100111 10000100 10010000 11100 1000 0 101100 11000110 10001 110000

Color Harmonies of #678490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678490

Black with #678490

Text Example


Text Example

White with #678490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678490; }

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

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

background-color css

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

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

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

border-color css

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

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

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