Html Css Color HEX #688793 Horizon

📋 copy color: '#688793'

red 104 ◦ green 135 ◦ blue 147

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

Shades of Horizon #688793

Tints of Horizon #688793

RGB

 RED value IS 104 (41.02% from 255) = 26.94%

 GREEN value IS 135 (53.13% from 255) = 34.97%

 BLUE value IS 147 (57.81% from 255) = 38.08%

R = 26.94%
G = 34.97%
B = 38.08%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#688793 (or 0x688793) is known color: Horizon. HEX triplet: 68, 87 and 93. RGB value is (104,135,147). Sum of RGB (Red+Green+Blue) = 104+135+147=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 147 (57.81% from 255 or 38.08% from 386); Max value from RGB is 147 - color contains mainly: blue. Hex color #688793 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688793 is #97786C. Grayscale: #7F7F7F. Windows color (decimal): -9926765 or 9668456. OLE color: 9668456.

HSL color Cylindrical-coordinate representation of color #688793: hue angle of 196.74º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #688793 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 135 147 -
CMYK 0.29 0.08 0 0.42
HSL 196.74º 0.17% 0.49% -
HSV(B) 196.74º 0.29% 0.58% -
XYZ 19.64 22.38 30.89 -
YUV 127.1 139.23 111.52 -
System Red Green Blue C M Y K H S L
Decimal 104 135 147 0.29 0.08 0 0.42 196.74 0.17 0.49
Hex 68 87 93 1D 8 0 2A C5 11 31
Octal 150 207 223 35 10 0 52 305 21 61
Binary 1101000 10000111 10010011 11101 1000 0 101010 11000101 10001 110001

Color Harmonies of #688793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688793

Black with #688793

Text Example


Text Example

White with #688793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688793; }

 p { color: rgb(104,135,147); }

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

background-color css

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

 a { background-color: rgb(104,135,147); }

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

border-color css

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

 span { border-color: rgb(104,135,147); }

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