Html Css Color HEX #688DC6 Danube

📋 copy color: '#688DC6'

red 104 ◦ green 141 ◦ blue 198

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

Shades of Danube #688DC6

Tints of Danube #688DC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 44.7%

R = 23.48%
G = 31.83%
B = 44.7%

CMYK

 C value IS 0.47

 M value IS 0.29

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#688DC6 (or 0x688DC6) is known color: Danube. HEX triplet: 68, 8D and C6. RGB value is (104,141,198). Sum of RGB (Red+Green+Blue) = 104+141+198=443 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.48% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 198 (77.73% from 255 or 44.70% from 443); Max value from RGB is 198 - color contains mainly: blue. Hex color #688DC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688DC6 is #977239. Grayscale: #888888. Windows color (decimal): -9925178 or 13012328. OLE color: 13012328.

HSL color Cylindrical-coordinate representation of color #688DC6: hue angle of 216.38º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #688DC6 is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 104 141 198 -
CMYK 0.47 0.29 0 0.22
HSL 216.38º 0.45% 0.59% -
HSV(B) 216.38º 0.47% 0.78% -
XYZ 25.43 26.07 57.12 -
YUV 136.44 162.74 104.87 -
System Red Green Blue C M Y K H S L
Decimal 104 141 198 0.47 0.29 0 0.22 216.38 0.45 0.59
Hex 68 8D C6 2F 1D 0 16 D8 2D 3B
Octal 150 215 306 57 35 0 26 330 55 73
Binary 1101000 10001101 11000110 101111 11101 0 10110 11011000 101101 111011

Color Harmonies of #688DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688DC6

Black with #688DC6

Text Example


Text Example

White with #688DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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