Html Css Color HEX #678C96 Horizon

📋 copy color: '#678C96'

red 103 ◦ green 140 ◦ blue 150

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

Shades of Horizon #678C96

Tints of Horizon #678C96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.17%

R = 26.21%
G = 35.62%
B = 38.17%

CMYK

 C value IS 0.31

 M value IS 0.07

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#678C96 (or 0x678C96) is known color: Horizon. HEX triplet: 67, 8C and 96. RGB value is (103,140,150). Sum of RGB (Red+Green+Blue) = 103+140+150=393 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.21% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 150 (58.98% from 255 or 38.17% from 393); Max value from RGB is 150 - color contains mainly: blue. Hex color #678C96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678C96 is #987369. Grayscale: #828282. Windows color (decimal): -9991018 or 9866343. OLE color: 9866343.

HSL color Cylindrical-coordinate representation of color #678C96: hue angle of 192.77º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #678C96 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 103 140 150 -
CMYK 0.31 0.07 0 0.41
HSL 192.77º 0.19% 0.5% -
HSV(B) 192.77º 0.31% 0.59% -
XYZ 20.48 23.84 32.38 -
YUV 130.08 139.24 108.69 -
System Red Green Blue C M Y K H S L
Decimal 103 140 150 0.31 0.07 0 0.41 192.77 0.19 0.5
Hex 67 8C 96 1F 7 0 29 C1 13 32
Octal 147 214 226 37 7 0 51 301 23 62
Binary 1100111 10001100 10010110 11111 111 0 101001 11000001 10011 110010

Color Harmonies of #678C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678C96

Black with #678C96

Text Example


Text Example

White with #678C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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