Html Css Color HEX #688FBE Danube

📋 copy color: '#688FBE'

red 104 ◦ green 143 ◦ blue 190

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

Shades of Danube #688FBE

Tints of Danube #688FBE

RGB

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

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

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

R = 23.8%
G = 32.72%
B = 43.48%

CMYK

 C value IS 0.45

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#688FBE (or 0x688FBE) is known color: Danube. HEX triplet: 68, 8F and BE. RGB value is (104,143,190). Sum of RGB (Red+Green+Blue) = 104+143+190=437 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.80% from 437); Green value is 143 (56.25% from 255 or 32.72% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 190 - color contains mainly: blue. Hex color #688FBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688FBE is #977041. Grayscale: #888888. Windows color (decimal): -9924674 or 12488552. OLE color: 12488552.

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

Color convert

RGB 104 143 190 -
CMYK 0.45 0.25 0 0.25
HSL 212.79º 0.4% 0.58% -
HSV(B) 212.79º 0.45% 0.75% -
XYZ 24.83 26.31 52.48 -
YUV 136.7 158.08 104.68 -
System Red Green Blue C M Y K H S L
Decimal 104 143 190 0.45 0.25 0 0.25 212.79 0.4 0.58
Hex 68 8F BE 2D 19 0 19 D5 28 3A
Octal 150 217 276 55 31 0 31 325 50 72
Binary 1101000 10001111 10111110 101101 11001 0 11001 11010101 101000 111010

Color Harmonies of #688FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688FBE

Black with #688FBE

Text Example


Text Example

White with #688FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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