Html Css Color HEX #688FB9 Danube

📋 copy color: '#688FB9'

red 104 ◦ green 143 ◦ blue 185

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

Shades of Danube #688FB9

Tints of Danube #688FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 42.82%

R = 24.07%
G = 33.1%
B = 42.82%

CMYK

 C value IS 0.44

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#688FB9 (or 0x688FB9) is known color: Danube. HEX triplet: 68, 8F and B9. RGB value is (104,143,185). Sum of RGB (Red+Green+Blue) = 104+143+185=432 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.07% from 432); Green value is 143 (56.25% from 255 or 33.10% from 432); Blue value is 185 (72.66% from 255 or 42.82% from 432); Max value from RGB is 185 - color contains mainly: blue. Hex color #688FB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688FB9 is #977046. Grayscale: #878787. Windows color (decimal): -9924679 or 12160872. OLE color: 12160872.

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

Color convert

RGB 104 143 185 -
CMYK 0.44 0.23 0 0.27
HSL 211.11º 0.37% 0.57% -
HSV(B) 211.11º 0.44% 0.73% -
XYZ 24.29 26.09 49.65 -
YUV 136.13 155.58 105.08 -
System Red Green Blue C M Y K H S L
Decimal 104 143 185 0.44 0.23 0 0.27 211.11 0.37 0.57
Hex 68 8F B9 2C 17 0 1B D3 25 39
Octal 150 217 271 54 27 0 33 323 45 71
Binary 1101000 10001111 10111001 101100 10111 0 11011 11010011 100101 111001

Color Harmonies of #688FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688FB9

Black with #688FB9

Text Example


Text Example

White with #688FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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