Html Css Color HEX #688BC1 Danube

📋 copy color: '#688BC1'

red 104 ◦ green 139 ◦ blue 193

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

Shades of Danube #688BC1

Tints of Danube #688BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 44.27%

R = 23.85%
G = 31.88%
B = 44.27%

CMYK

 C value IS 0.46

 M value IS 0.28

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#688BC1 (or 0x688BC1) is known color: Danube. HEX triplet: 68, 8B and C1. RGB value is (104,139,193). Sum of RGB (Red+Green+Blue) = 104+139+193=436 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.85% from 436); Green value is 139 (54.69% from 255 or 31.88% from 436); Blue value is 193 (75.78% from 255 or 44.27% from 436); Max value from RGB is 193 - color contains mainly: blue. Hex color #688BC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688BC1 is #97743E. Grayscale: #868686. Windows color (decimal): -9925695 or 12684136. OLE color: 12684136.

HSL color Cylindrical-coordinate representation of color #688BC1: hue angle of 216.4º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #688BC1 is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 104 139 193 -
CMYK 0.46 0.28 0 0.24
HSL 216.4º 0.42% 0.58% -
HSV(B) 216.4º 0.46% 0.76% -
XYZ 24.57 25.26 54.03 -
YUV 134.69 160.9 106.11 -
System Red Green Blue C M Y K H S L
Decimal 104 139 193 0.46 0.28 0 0.24 216.4 0.42 0.58
Hex 68 8B C1 2E 1C 0 18 D8 2A 3A
Octal 150 213 301 56 34 0 30 330 52 72
Binary 1101000 10001011 11000001 101110 11100 0 11000 11011000 101010 111010

Color Harmonies of #688BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688BC1

Black with #688BC1

Text Example


Text Example

White with #688BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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