Html Css Color HEX #688CBA Danube

📋 copy color: '#688CBA'

red 104 ◦ green 140 ◦ blue 186

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

Shades of Danube #688CBA

Tints of Danube #688CBA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.56%

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

R = 24.19%
G = 32.56%
B = 43.26%

CMYK

 C value IS 0.44

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#688CBA (or 0x688CBA) is known color: Danube. HEX triplet: 68, 8C and BA. RGB value is (104,140,186). Sum of RGB (Red+Green+Blue) = 104+140+186=430 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.19% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #688CBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688CBA is #977345. Grayscale: #868686. Windows color (decimal): -9925446 or 12225640. OLE color: 12225640.

HSL color Cylindrical-coordinate representation of color #688CBA: hue angle of 213.66º 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 #688CBA is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 140 186 -
CMYK 0.44 0.25 0 0.27
HSL 213.66º 0.37% 0.57% -
HSV(B) 213.66º 0.44% 0.73% -
XYZ 23.95 25.24 50.06 -
YUV 134.48 157.07 106.26 -
System Red Green Blue C M Y K H S L
Decimal 104 140 186 0.44 0.25 0 0.27 213.66 0.37 0.57
Hex 68 8C BA 2C 19 0 1B D6 25 39
Octal 150 214 272 54 31 0 33 326 45 71
Binary 1101000 10001100 10111010 101100 11001 0 11011 11010110 100101 111001

Color Harmonies of #688CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688CBA

Black with #688CBA

Text Example


Text Example

White with #688CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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