Html Css Color HEX #688BBD Danube

📋 copy color: '#688BBD'

red 104 ◦ green 139 ◦ blue 189

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

Shades of Danube #688BBD

Tints of Danube #688BBD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.18%

 BLUE value IS 189 (74.22% from 255) = 43.75%

R = 24.07%
G = 32.18%
B = 43.75%

CMYK

 C value IS 0.45

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#688BBD (or 0x688BBD) is known color: Danube. HEX triplet: 68, 8B and BD. RGB value is (104,139,189). Sum of RGB (Red+Green+Blue) = 104+139+189=432 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.07% from 432); Green value is 139 (54.69% from 255 or 32.18% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 189 - color contains mainly: blue. Hex color #688BBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688BBD is #977442. Grayscale: #868686. Windows color (decimal): -9925699 or 12421992. OLE color: 12421992.

HSL color Cylindrical-coordinate representation of color #688BBD: hue angle of 215.29º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #688BBD is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 139 189 -
CMYK 0.45 0.26 0 0.26
HSL 215.29º 0.39% 0.57% -
HSV(B) 215.29º 0.45% 0.74% -
XYZ 24.13 25.08 51.71 -
YUV 134.24 158.9 106.43 -
System Red Green Blue C M Y K H S L
Decimal 104 139 189 0.45 0.26 0 0.26 215.29 0.39 0.57
Hex 68 8B BD 2D 1A 0 1A D7 27 39
Octal 150 213 275 55 32 0 32 327 47 71
Binary 1101000 10001011 10111101 101101 11010 0 11010 11010111 100111 111001

Color Harmonies of #688BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688BBD

Black with #688BBD

Text Example


Text Example

White with #688BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,139,189); }

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

background-color css

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

 a { background-color: rgb(104,139,189); }

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

border-color css

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

 span { border-color: rgb(104,139,189); }

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