Html Css Color HEX #688F9C Horizon

📋 copy color: '#688F9C'

red 104 ◦ green 143 ◦ blue 156

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

Shades of Horizon #688F9C

Tints of Horizon #688F9C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.48%

 BLUE value IS 156 (61.33% from 255) = 38.71%

R = 25.81%
G = 35.48%
B = 38.71%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#688F9C (or 0x688F9C) is known color: Horizon. HEX triplet: 68, 8F and 9C. RGB value is (104,143,156). Sum of RGB (Red+Green+Blue) = 104+143+156=403 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.81% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 156 - color contains mainly: blue. Hex color #688F9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688F9C is #977063. Grayscale: #848484. Windows color (decimal): -9924708 or 10260328. OLE color: 10260328.

HSL color Cylindrical-coordinate representation of color #688F9C: hue angle of 195º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #688F9C is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 104 143 156 -
CMYK 0.33 0.08 0 0.39
HSL 195º 0.21% 0.51% -
HSV(B) 195º 0.33% 0.61% -
XYZ 21.53 24.99 35.14 -
YUV 132.82 141.08 107.44 -
System Red Green Blue C M Y K H S L
Decimal 104 143 156 0.33 0.08 0 0.39 195 0.21 0.51
Hex 68 8F 9C 21 8 0 27 C3 15 33
Octal 150 217 234 41 10 0 47 303 25 63
Binary 1101000 10001111 10011100 100001 1000 0 100111 11000011 10101 110011

Color Harmonies of #688F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688F9C

Black with #688F9C

Text Example


Text Example

White with #688F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688F9C; }

 p { color: rgb(104,143,156); }

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

background-color css

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

 a { background-color: rgb(104,143,156); }

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

border-color css

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

 span { border-color: rgb(104,143,156); }

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