Html Css Color HEX #678A97 Horizon

📋 copy color: '#678A97'

red 103 ◦ green 138 ◦ blue 151

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

Shades of Horizon #678A97

Tints of Horizon #678A97

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.2%

 BLUE value IS 151 (59.38% from 255) = 38.52%

R = 26.28%
G = 35.2%
B = 38.52%

CMYK

 C value IS 0.32

 M value IS 0.09

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#678A97 (or 0x678A97) is known color: Horizon. HEX triplet: 67, 8A and 97. RGB value is (103,138,151). Sum of RGB (Red+Green+Blue) = 103+138+151=392 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.28% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 151 (59.38% from 255 or 38.52% from 392); Max value from RGB is 151 - color contains mainly: blue. Hex color #678A97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678A97 is #987568. Grayscale: #808080. Windows color (decimal): -9991529 or 9931367. OLE color: 9931367.

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

Color convert

RGB 103 138 151 -
CMYK 0.32 0.09 0 0.41
HSL 196.25º 0.19% 0.5% -
HSV(B) 196.25º 0.32% 0.59% -
XYZ 20.27 23.29 32.71 -
YUV 129.02 140.4 109.44 -
System Red Green Blue C M Y K H S L
Decimal 103 138 151 0.32 0.09 0 0.41 196.25 0.19 0.5
Hex 67 8A 97 20 9 0 29 C4 13 32
Octal 147 212 227 40 11 0 51 304 23 62
Binary 1100111 10001010 10010111 100000 1001 0 101001 11000100 10011 110010

Color Harmonies of #678A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678A97

Black with #678A97

Text Example


Text Example

White with #678A97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,138,151); }

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

background-color css

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

 a { background-color: rgb(103,138,151); }

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

border-color css

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

 span { border-color: rgb(103,138,151); }

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