Html Css Color HEX #688EC4 Danube

📋 copy color: '#688EC4'

red 104 ◦ green 142 ◦ blue 196

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

Shades of Danube #688EC4

Tints of Danube #688EC4

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.13%

 BLUE value IS 196 (76.95% from 255) = 44.34%

R = 23.53%
G = 32.13%
B = 44.34%

CMYK

 C value IS 0.47

 M value IS 0.28

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#688EC4 (or 0x688EC4) is known color: Danube. HEX triplet: 68, 8E and C4. RGB value is (104,142,196). Sum of RGB (Red+Green+Blue) = 104+142+196=442 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.53% from 442); Green value is 142 (55.86% from 255 or 32.13% from 442); Blue value is 196 (76.95% from 255 or 44.34% from 442); Max value from RGB is 196 - color contains mainly: blue. Hex color #688EC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688EC4 is #97713B. Grayscale: #888888. Windows color (decimal): -9924924 or 12881512. OLE color: 12881512.

HSL color Cylindrical-coordinate representation of color #688EC4: hue angle of 215.22º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #688EC4 is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 104 142 196 -
CMYK 0.47 0.28 0 0.23
HSL 215.22º 0.44% 0.59% -
HSV(B) 215.22º 0.47% 0.77% -
XYZ 25.35 26.27 55.96 -
YUV 136.79 161.41 104.61 -
System Red Green Blue C M Y K H S L
Decimal 104 142 196 0.47 0.28 0 0.23 215.22 0.44 0.59
Hex 68 8E C4 2F 1C 0 17 D7 2C 3B
Octal 150 216 304 57 34 0 27 327 54 73
Binary 1101000 10001110 11000100 101111 11100 0 10111 11010111 101100 111011

Color Harmonies of #688EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688EC4

Black with #688EC4

Text Example


Text Example

White with #688EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,142,196); }

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

background-color css

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

 a { background-color: rgb(104,142,196); }

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

border-color css

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

 span { border-color: rgb(104,142,196); }

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