Html Css Color HEX #688EC2 Danube

📋 copy color: '#688EC2'

red 104 ◦ green 142 ◦ blue 194

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

Shades of Danube #688EC2

Tints of Danube #688EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 44.09%

R = 23.64%
G = 32.27%
B = 44.09%

CMYK

 C value IS 0.46

 M value IS 0.27

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#688EC2 (or 0x688EC2) is known color: Danube. HEX triplet: 68, 8E and C2. RGB value is (104,142,194). Sum of RGB (Red+Green+Blue) = 104+142+194=440 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.64% from 440); Green value is 142 (55.86% from 255 or 32.27% from 440); Blue value is 194 (76.17% from 255 or 44.09% from 440); Max value from RGB is 194 - color contains mainly: blue. Hex color #688EC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688EC2 is #97713D. Grayscale: #888888. Windows color (decimal): -9924926 or 12750440. OLE color: 12750440.

HSL color Cylindrical-coordinate representation of color #688EC2: hue angle of 214.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #688EC2 is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 104 142 194 -
CMYK 0.46 0.27 0 0.24
HSL 214.67º 0.42% 0.58% -
HSV(B) 214.67º 0.46% 0.76% -
XYZ 25.12 26.18 54.77 -
YUV 136.57 160.41 104.77 -
System Red Green Blue C M Y K H S L
Decimal 104 142 194 0.46 0.27 0 0.24 214.67 0.42 0.58
Hex 68 8E C2 2E 1B 0 18 D7 2A 3A
Octal 150 216 302 56 33 0 30 327 52 72
Binary 1101000 10001110 11000010 101110 11011 0 11000 11010111 101010 111010

Color Harmonies of #688EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688EC2

Black with #688EC2

Text Example


Text Example

White with #688EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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