Html Css Color HEX #678D98 Horizon

📋 copy color: '#678D98'

red 103 ◦ green 141 ◦ blue 152

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

Shades of Horizon #678D98

Tints of Horizon #678D98

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.61%

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

R = 26.01%
G = 35.61%
B = 38.38%

CMYK

 C value IS 0.32

 M value IS 0.07

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#678D98 (or 0x678D98) is known color: Horizon. HEX triplet: 67, 8D and 98. RGB value is (103,141,152). Sum of RGB (Red+Green+Blue) = 103+141+152=396 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.01% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 152 (59.77% from 255 or 38.38% from 396); Max value from RGB is 152 - color contains mainly: blue. Hex color #678D98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678D98 is #987267. Grayscale: #828282. Windows color (decimal): -9990760 or 9997671. OLE color: 9997671.

HSL color Cylindrical-coordinate representation of color #678D98: hue angle of 193.47º 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 #678D98 is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 103 141 152 -
CMYK 0.32 0.07 0 0.40
HSL 193.47º 0.19% 0.5% -
HSV(B) 193.47º 0.32% 0.6% -
XYZ 20.79 24.2 33.28 -
YUV 130.89 139.91 108.11 -
System Red Green Blue C M Y K H S L
Decimal 103 141 152 0.32 0.07 0 0.40 193.47 0.19 0.5
Hex 67 8D 98 20 7 0 28 C1 13 32
Octal 147 215 230 40 7 0 50 301 23 62
Binary 1100111 10001101 10011000 100000 111 0 101000 11000001 10011 110010

Color Harmonies of #678D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678D98

Black with #678D98

Text Example


Text Example

White with #678D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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