Html Css Color HEX #679098 Horizon

📋 copy color: '#679098'

red 103 ◦ green 144 ◦ blue 152

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

Shades of Horizon #679098

Tints of Horizon #679098

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.09%

 BLUE value IS 152 (59.77% from 255) = 38.1%

R = 25.81%
G = 36.09%
B = 38.1%

CMYK

 C value IS 0.32

 M value IS 0.05

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#679098 (or 0x679098) is known color: Horizon. HEX triplet: 67, 90 and 98. RGB value is (103,144,152). Sum of RGB (Red+Green+Blue) = 103+144+152=399 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.81% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 152 (59.77% from 255 or 38.10% from 399); Max value from RGB is 152 - color contains mainly: blue. Hex color #679098 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679098 is #986F67. Grayscale: #848484. Windows color (decimal): -9989992 or 9998439. OLE color: 9998439.

HSL color Cylindrical-coordinate representation of color #679098: hue angle of 189.8º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #679098 is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 103 144 152 -
CMYK 0.32 0.05 0 0.40
HSL 189.8º 0.19% 0.5% -
HSV(B) 189.8º 0.32% 0.6% -
XYZ 21.23 25.1 33.43 -
YUV 132.65 138.92 106.85 -
System Red Green Blue C M Y K H S L
Decimal 103 144 152 0.32 0.05 0 0.40 189.8 0.19 0.5
Hex 67 90 98 20 5 0 28 BE 13 32
Octal 147 220 230 40 5 0 50 276 23 62
Binary 1100111 10010000 10011000 100000 101 0 101000 10111110 10011 110010

Color Harmonies of #679098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679098

Black with #679098

Text Example


Text Example

White with #679098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679098; }

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

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

background-color css

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

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

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

border-color css

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

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

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