Html Css Color HEX #688DB9 Danube

📋 copy color: '#688DB9'

red 104 ◦ green 141 ◦ blue 185

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

Shades of Danube #688DB9

Tints of Danube #688DB9

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.79%

 BLUE value IS 185 (72.66% from 255) = 43.02%

R = 24.19%
G = 32.79%
B = 43.02%

CMYK

 C value IS 0.44

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#688DB9 (or 0x688DB9) is known color: Danube. HEX triplet: 68, 8D and B9. RGB value is (104,141,185). Sum of RGB (Red+Green+Blue) = 104+141+185=430 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.19% from 430); Green value is 141 (55.47% from 255 or 32.79% from 430); Blue value is 185 (72.66% from 255 or 43.02% from 430); Max value from RGB is 185 - color contains mainly: blue. Hex color #688DB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688DB9 is #977246. Grayscale: #868686. Windows color (decimal): -9925191 or 12160360. OLE color: 12160360.

HSL color Cylindrical-coordinate representation of color #688DB9: hue angle of 212.59º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #688DB9 is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 141 185 -
CMYK 0.44 0.24 0 0.27
HSL 212.59º 0.37% 0.57% -
HSV(B) 212.59º 0.44% 0.73% -
XYZ 23.99 25.5 49.56 -
YUV 134.95 156.24 105.92 -
System Red Green Blue C M Y K H S L
Decimal 104 141 185 0.44 0.24 0 0.27 212.59 0.37 0.57
Hex 68 8D B9 2C 18 0 1B D5 25 39
Octal 150 215 271 54 30 0 33 325 45 71
Binary 1101000 10001101 10111001 101100 11000 0 11011 11010101 100101 111001

Color Harmonies of #688DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688DB9

Black with #688DB9

Text Example


Text Example

White with #688DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,141,185); }

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

background-color css

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

 a { background-color: rgb(104,141,185); }

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

border-color css

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

 span { border-color: rgb(104,141,185); }

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