Html Css Color HEX #688EBA Danube

📋 copy color: '#688EBA'

red 104 ◦ green 142 ◦ blue 186

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

Shades of Danube #688EBA

Tints of Danube #688EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.06%

R = 24.07%
G = 32.87%
B = 43.06%

CMYK

 C value IS 0.44

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#688EBA (or 0x688EBA) is known color: Danube. HEX triplet: 68, 8E and BA. RGB value is (104,142,186). Sum of RGB (Red+Green+Blue) = 104+142+186=432 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.07% from 432); Green value is 142 (55.86% from 255 or 32.87% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 186 - color contains mainly: blue. Hex color #688EBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688EBA is #977145. Grayscale: #878787. Windows color (decimal): -9924934 or 12226152. OLE color: 12226152.

HSL color Cylindrical-coordinate representation of color #688EBA: hue angle of 212.2º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #688EBA is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 142 186 -
CMYK 0.44 0.24 0 0.27
HSL 212.2º 0.37% 0.57% -
HSV(B) 212.2º 0.44% 0.73% -
XYZ 24.24 25.83 50.16 -
YUV 135.65 156.41 105.42 -
System Red Green Blue C M Y K H S L
Decimal 104 142 186 0.44 0.24 0 0.27 212.2 0.37 0.57
Hex 68 8E BA 2C 18 0 1B D4 25 39
Octal 150 216 272 54 30 0 33 324 45 71
Binary 1101000 10001110 10111010 101100 11000 0 11011 11010100 100101 111001

Color Harmonies of #688EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688EBA

Black with #688EBA

Text Example


Text Example

White with #688EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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