Html Css Color HEX #688CBE Danube

📋 copy color: '#688CBE'

red 104 ◦ green 140 ◦ blue 190

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

Shades of Danube #688CBE

Tints of Danube #688CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.78%

R = 23.96%
G = 32.26%
B = 43.78%

CMYK

 C value IS 0.45

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#688CBE (or 0x688CBE) is known color: Danube. HEX triplet: 68, 8C and BE. RGB value is (104,140,190). Sum of RGB (Red+Green+Blue) = 104+140+190=434 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.96% from 434); Green value is 140 (55.08% from 255 or 32.26% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #688CBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688CBE is #977341. Grayscale: #868686. Windows color (decimal): -9925442 or 12487784. OLE color: 12487784.

HSL color Cylindrical-coordinate representation of color #688CBE: hue angle of 214.88º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #688CBE is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 140 190 -
CMYK 0.45 0.26 0 0.25
HSL 214.88º 0.4% 0.58% -
HSV(B) 214.88º 0.45% 0.75% -
XYZ 24.38 25.42 52.34 -
YUV 134.94 159.07 105.93 -
System Red Green Blue C M Y K H S L
Decimal 104 140 190 0.45 0.26 0 0.25 214.88 0.4 0.58
Hex 68 8C BE 2D 1A 0 19 D7 28 3A
Octal 150 214 276 55 32 0 31 327 50 72
Binary 1101000 10001100 10111110 101101 11010 0 11001 11010111 101000 111010

Color Harmonies of #688CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688CBE

Black with #688CBE

Text Example


Text Example

White with #688CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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