Html Css Color HEX #678390 Horizon

📋 copy color: '#678390'

red 103 ◦ green 131 ◦ blue 144

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

Shades of Horizon #678390

Tints of Horizon #678390

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.66%

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

R = 27.25%
G = 34.66%
B = 38.1%

CMYK

 C value IS 0.28

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#678390 (or 0x678390) is known color: Horizon. HEX triplet: 67, 83 and 90. RGB value is (103,131,144). Sum of RGB (Red+Green+Blue) = 103+131+144=378 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.25% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 144 - color contains mainly: blue. Hex color #678390 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678390 is #987C6F. Grayscale: #7C7C7C. Windows color (decimal): -9993328 or 9470823. OLE color: 9470823.

HSL color Cylindrical-coordinate representation of color #678390: hue angle of 199.02º 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 #678390 is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 103 131 144 -
CMYK 0.28 0.09 0 0.44
HSL 199.02º 0.17% 0.48% -
HSV(B) 199.02º 0.28% 0.56% -
XYZ 18.74 21.13 29.48 -
YUV 124.11 139.22 112.94 -
System Red Green Blue C M Y K H S L
Decimal 103 131 144 0.28 0.09 0 0.44 199.02 0.17 0.48
Hex 67 83 90 1C 9 0 2C C7 11 30
Octal 147 203 220 34 11 0 54 307 21 60
Binary 1100111 10000011 10010000 11100 1001 0 101100 11000111 10001 110000

Color Harmonies of #678390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678390

Black with #678390

Text Example


Text Example

White with #678390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678390; }

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

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

background-color css

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

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

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

border-color css

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

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

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