Html Css Color HEX #688CBF Danube

📋 copy color: '#688CBF'

red 104 ◦ green 140 ◦ blue 191

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

Shades of Danube #688CBF

Tints of Danube #688CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.91%

R = 23.91%
G = 32.18%
B = 43.91%

CMYK

 C value IS 0.46

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#688CBF (or 0x688CBF) is known color: Danube. HEX triplet: 68, 8C and BF. RGB value is (104,140,191). Sum of RGB (Red+Green+Blue) = 104+140+191=435 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.91% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 191 (75% from 255 or 43.91% from 435); Max value from RGB is 191 - color contains mainly: blue. Hex color #688CBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688CBF is #977340. Grayscale: #868686. Windows color (decimal): -9925441 or 12553320. OLE color: 12553320.

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

Color convert

RGB 104 140 191 -
CMYK 0.46 0.27 0 0.25
HSL 215.17º 0.4% 0.58% -
HSV(B) 215.17º 0.46% 0.75% -
XYZ 24.49 25.46 52.91 -
YUV 135.05 159.57 105.85 -
System Red Green Blue C M Y K H S L
Decimal 104 140 191 0.46 0.27 0 0.25 215.17 0.4 0.58
Hex 68 8C BF 2E 1B 0 19 D7 28 3A
Octal 150 214 277 56 33 0 31 327 50 72
Binary 1101000 10001100 10111111 101110 11011 0 11001 11010111 101000 111010

Color Harmonies of #688CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688CBF

Black with #688CBF

Text Example


Text Example

White with #688CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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