Html Css Color HEX #688DBB Danube

📋 copy color: '#688DBB'

red 104 ◦ green 141 ◦ blue 187

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

Shades of Danube #688DBB

Tints of Danube #688DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.29%

R = 24.07%
G = 32.64%
B = 43.29%

CMYK

 C value IS 0.44

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#688DBB (or 0x688DBB) is known color: Danube. HEX triplet: 68, 8D and BB. RGB value is (104,141,187). Sum of RGB (Red+Green+Blue) = 104+141+187=432 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.07% from 432); Green value is 141 (55.47% from 255 or 32.64% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 187 - color contains mainly: blue. Hex color #688DBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688DBB is #977244. Grayscale: #868686. Windows color (decimal): -9925189 or 12291432. OLE color: 12291432.

HSL color Cylindrical-coordinate representation of color #688DBB: hue angle of 213.25º degrees, saturation: 0.38, 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 #688DBB is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 141 187 -
CMYK 0.44 0.25 0 0.27
HSL 213.25º 0.38% 0.57% -
HSV(B) 213.25º 0.44% 0.73% -
XYZ 24.2 25.58 50.68 -
YUV 135.18 157.24 105.76 -
System Red Green Blue C M Y K H S L
Decimal 104 141 187 0.44 0.25 0 0.27 213.25 0.38 0.57
Hex 68 8D BB 2C 19 0 1B D5 26 39
Octal 150 215 273 54 31 0 33 325 46 71
Binary 1101000 10001101 10111011 101100 11001 0 11011 11010101 100110 111001

Color Harmonies of #688DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688DBB

Black with #688DBB

Text Example


Text Example

White with #688DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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