Html Css Color HEX #678C98 Horizon

📋 copy color: '#678C98'

red 103 ◦ green 140 ◦ blue 152

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

Shades of Horizon #678C98

Tints of Horizon #678C98

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.44%

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

R = 26.08%
G = 35.44%
B = 38.48%

CMYK

 C value IS 0.32

 M value IS 0.08

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#678C98 (or 0x678C98) is known color: Horizon. HEX triplet: 67, 8C and 98. RGB value is (103,140,152). Sum of RGB (Red+Green+Blue) = 103+140+152=395 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.08% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 152 (59.77% from 255 or 38.48% from 395); Max value from RGB is 152 - color contains mainly: blue. Hex color #678C98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678C98 is #987367. Grayscale: #828282. Windows color (decimal): -9991016 or 9997415. OLE color: 9997415.

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

Color convert

RGB 103 140 152 -
CMYK 0.32 0.08 0 0.40
HSL 194.69º 0.19% 0.5% -
HSV(B) 194.69º 0.32% 0.6% -
XYZ 20.64 23.91 33.23 -
YUV 130.31 140.24 108.52 -
System Red Green Blue C M Y K H S L
Decimal 103 140 152 0.32 0.08 0 0.40 194.69 0.19 0.5
Hex 67 8C 98 20 8 0 28 C3 13 32
Octal 147 214 230 40 10 0 50 303 23 62
Binary 1100111 10001100 10011000 100000 1000 0 101000 11000011 10011 110010

Color Harmonies of #678C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678C98

Black with #678C98

Text Example


Text Example

White with #678C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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