Html Css Color HEX #688BD2 Danube

📋 copy color: '#688BD2'

red 104 ◦ green 139 ◦ blue 210

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

Shades of Danube #688BD2

Tints of Danube #688BD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 46.36%

R = 22.96%
G = 30.68%
B = 46.36%

CMYK

 C value IS 0.50

 M value IS 0.34

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#688BD2 (or 0x688BD2) is known color: Danube. HEX triplet: 68, 8B and D2. RGB value is (104,139,210). Sum of RGB (Red+Green+Blue) = 104+139+210=453 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.96% from 453); Green value is 139 (54.69% from 255 or 30.68% from 453); Blue value is 210 (82.42% from 255 or 46.36% from 453); Max value from RGB is 210 - color contains mainly: blue. Hex color #688BD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688BD2 is #97742D. Grayscale: #888888. Windows color (decimal): -9925678 or 13798248. OLE color: 13798248.

HSL color Cylindrical-coordinate representation of color #688BD2: hue angle of 220.19º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #688BD2 is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 104 139 210 -
CMYK 0.50 0.34 0 0.18
HSL 220.19º 0.54% 0.62% -
HSV(B) 220.19º 0.5% 0.82% -
XYZ 26.57 26.06 64.6 -
YUV 136.63 169.4 104.73 -
System Red Green Blue C M Y K H S L
Decimal 104 139 210 0.50 0.34 0 0.18 220.19 0.54 0.62
Hex 68 8B D2 32 22 0 12 DC 36 3E
Octal 150 213 322 62 42 0 22 334 66 76
Binary 1101000 10001011 11010010 110010 100010 0 10010 11011100 110110 111110

Color Harmonies of #688BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688BD2

Black with #688BD2

Text Example


Text Example

White with #688BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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