Html Css Color HEX #688DCE Danube

📋 copy color: '#688DCE'

red 104 ◦ green 141 ◦ blue 206

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

Shades of Danube #688DCE

Tints of Danube #688DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.68%

R = 23.06%
G = 31.26%
B = 45.68%

CMYK

 C value IS 0.50

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#688DCE (or 0x688DCE) is known color: Danube. HEX triplet: 68, 8D and CE. RGB value is (104,141,206). Sum of RGB (Red+Green+Blue) = 104+141+206=451 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.06% from 451); Green value is 141 (55.47% from 255 or 31.26% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #688DCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688DCE is #977231. Grayscale: #898989. Windows color (decimal): -9925170 or 13536616. OLE color: 13536616.

HSL color Cylindrical-coordinate representation of color #688DCE: hue angle of 218.24º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #688DCE is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 141 206 -
CMYK 0.50 0.32 0 0.19
HSL 218.24º 0.51% 0.61% -
HSV(B) 218.24º 0.5% 0.81% -
XYZ 26.37 26.45 62.11 -
YUV 137.35 166.74 104.21 -
System Red Green Blue C M Y K H S L
Decimal 104 141 206 0.50 0.32 0 0.19 218.24 0.51 0.61
Hex 68 8D CE 32 20 0 13 DA 33 3D
Octal 150 215 316 62 40 0 23 332 63 75
Binary 1101000 10001101 11001110 110010 100000 0 10011 11011010 110011 111101

Color Harmonies of #688DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688DCE

Black with #688DCE

Text Example


Text Example

White with #688DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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