Html Css Color HEX #688BC2 Danube

📋 copy color: '#688BC2'

red 104 ◦ green 139 ◦ blue 194

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

Shades of Danube #688BC2

Tints of Danube #688BC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 44.39%

R = 23.8%
G = 31.81%
B = 44.39%

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

#688BC2 (or 0x688BC2) is known color: Danube. HEX triplet: 68, 8B and C2. RGB value is (104,139,194). Sum of RGB (Red+Green+Blue) = 104+139+194=437 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.80% from 437); Green value is 139 (54.69% from 255 or 31.81% from 437); Blue value is 194 (76.17% from 255 or 44.39% from 437); Max value from RGB is 194 - color contains mainly: blue. Hex color #688BC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688BC2 is #97743D. Grayscale: #868686. Windows color (decimal): -9925694 or 12749672. OLE color: 12749672.

HSL color Cylindrical-coordinate representation of color #688BC2: hue angle of 216.67º 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 #688BC2 is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 104 139 194 -
CMYK 0.46 0.28 0 0.24
HSL 216.67º 0.42% 0.58% -
HSV(B) 216.67º 0.46% 0.76% -
XYZ 24.68 25.3 54.62 -
YUV 134.81 161.4 106.03 -
System Red Green Blue C M Y K H S L
Decimal 104 139 194 0.46 0.28 0 0.24 216.67 0.42 0.58
Hex 68 8B C2 2E 1C 0 18 D9 2A 3A
Octal 150 213 302 56 34 0 30 331 52 72
Binary 1101000 10001011 11000010 101110 11100 0 11000 11011001 101010 111010

Color Harmonies of #688BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688BC2

Black with #688BC2

Text Example


Text Example

White with #688BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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