Html Css Color HEX #688BC6 Danube

📋 copy color: '#688BC6'

red 104 ◦ green 139 ◦ blue 198

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

Shades of Danube #688BC6

Tints of Danube #688BC6

RGB

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

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

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

R = 23.58%
G = 31.52%
B = 44.9%

CMYK

 C value IS 0.47

 M value IS 0.30

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#688BC6 (or 0x688BC6) is known color: Danube. HEX triplet: 68, 8B and C6. RGB value is (104,139,198). Sum of RGB (Red+Green+Blue) = 104+139+198=441 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.58% from 441); Green value is 139 (54.69% from 255 or 31.52% from 441); Blue value is 198 (77.73% from 255 or 44.90% from 441); Max value from RGB is 198 - color contains mainly: blue. Hex color #688BC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688BC6 is #977439. Grayscale: #868686. Windows color (decimal): -9925690 or 13011816. OLE color: 13011816.

HSL color Cylindrical-coordinate representation of color #688BC6: hue angle of 217.66º 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 #688BC6 is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 104 139 198 -
CMYK 0.47 0.30 0 0.22
HSL 217.66º 0.45% 0.59% -
HSV(B) 217.66º 0.47% 0.78% -
XYZ 25.13 25.49 57.02 -
YUV 135.26 163.4 105.7 -
System Red Green Blue C M Y K H S L
Decimal 104 139 198 0.47 0.30 0 0.22 217.66 0.45 0.59
Hex 68 8B C6 2F 1E 0 16 DA 2D 3B
Octal 150 213 306 57 36 0 26 332 55 73
Binary 1101000 10001011 11000110 101111 11110 0 10110 11011010 101101 111011

Color Harmonies of #688BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688BC6

Black with #688BC6

Text Example


Text Example

White with #688BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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