Html Css Color HEX #688AB9 Danube

📋 copy color: '#688AB9'

red 104 ◦ green 138 ◦ blue 185

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

Shades of Danube #688AB9

Tints of Danube #688AB9

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.32%

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

R = 24.36%
G = 32.32%
B = 43.33%

CMYK

 C value IS 0.44

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#688AB9 (or 0x688AB9) is known color: Danube. HEX triplet: 68, 8A and B9. RGB value is (104,138,185). Sum of RGB (Red+Green+Blue) = 104+138+185=427 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.36% from 427); Green value is 138 (54.30% from 255 or 32.32% from 427); Blue value is 185 (72.66% from 255 or 43.33% from 427); Max value from RGB is 185 - color contains mainly: blue. Hex color #688AB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688AB9 is #977546. Grayscale: #848484. Windows color (decimal): -9925959 or 12159592. OLE color: 12159592.

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

Color convert

RGB 104 138 185 -
CMYK 0.44 0.25 0 0.27
HSL 214.81º 0.37% 0.57% -
HSV(B) 214.81º 0.44% 0.73% -
XYZ 23.55 24.62 49.41 -
YUV 133.19 157.24 107.18 -
System Red Green Blue C M Y K H S L
Decimal 104 138 185 0.44 0.25 0 0.27 214.81 0.37 0.57
Hex 68 8A B9 2C 19 0 1B D7 25 39
Octal 150 212 271 54 31 0 33 327 45 71
Binary 1101000 10001010 10111001 101100 11001 0 11011 11010111 100101 111001

Color Harmonies of #688AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688AB9

Black with #688AB9

Text Example


Text Example

White with #688AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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