Html Css Color HEX #688FBF Danube

📋 copy color: '#688FBF'

red 104 ◦ green 143 ◦ blue 191

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

Shades of Danube #688FBF

Tints of Danube #688FBF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.65%

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

R = 23.74%
G = 32.65%
B = 43.61%

CMYK

 C value IS 0.46

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#688FBF (or 0x688FBF) is known color: Danube. HEX triplet: 68, 8F and BF. RGB value is (104,143,191). Sum of RGB (Red+Green+Blue) = 104+143+191=438 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.74% from 438); Green value is 143 (56.25% from 255 or 32.65% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 191 - color contains mainly: blue. Hex color #688FBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688FBF is #977040. Grayscale: #888888. Windows color (decimal): -9924673 or 12554088. OLE color: 12554088.

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

Color convert

RGB 104 143 191 -
CMYK 0.46 0.25 0 0.25
HSL 213.1º 0.4% 0.58% -
HSV(B) 213.1º 0.46% 0.75% -
XYZ 24.94 26.35 53.06 -
YUV 136.81 158.58 104.6 -
System Red Green Blue C M Y K H S L
Decimal 104 143 191 0.46 0.25 0 0.25 213.1 0.4 0.58
Hex 68 8F BF 2E 19 0 19 D5 28 3A
Octal 150 217 277 56 31 0 31 325 50 72
Binary 1101000 10001111 10111111 101110 11001 0 11001 11010101 101000 111010

Color Harmonies of #688FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688FBF

Black with #688FBF

Text Example


Text Example

White with #688FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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