Html Css Color HEX #688DCC Danube

📋 copy color: '#688DCC'

red 104 ◦ green 141 ◦ blue 204

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

Shades of Danube #688DCC

Tints of Danube #688DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.43%

R = 23.16%
G = 31.4%
B = 45.43%

CMYK

 C value IS 0.49

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#688DCC (or 0x688DCC) is known color: Danube. HEX triplet: 68, 8D and CC. RGB value is (104,141,204). Sum of RGB (Red+Green+Blue) = 104+141+204=449 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.16% from 449); Green value is 141 (55.47% from 255 or 31.40% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #688DCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688DCC is #977233. Grayscale: #888888. Windows color (decimal): -9925172 or 13405544. OLE color: 13405544.

HSL color Cylindrical-coordinate representation of color #688DCC: hue angle of 217.8º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #688DCC is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 104 141 204 -
CMYK 0.49 0.31 0 0.2
HSL 217.8º 0.5% 0.6% -
HSV(B) 217.8º 0.49% 0.8% -
XYZ 26.13 26.35 60.84 -
YUV 137.12 165.74 104.38 -
System Red Green Blue C M Y K H S L
Decimal 104 141 204 0.49 0.31 0 0.2 217.8 0.5 0.6
Hex 68 8D CC 31 1F 0 14 DA 32 3C
Octal 150 215 314 61 37 0 24 332 62 74
Binary 1101000 10001101 11001100 110001 11111 0 10100 11011010 110010 111100

Color Harmonies of #688DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688DCC

Black with #688DCC

Text Example


Text Example

White with #688DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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