Html Css Color HEX #688ABB Danube

📋 copy color: '#688ABB'

red 104 ◦ green 138 ◦ blue 187

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

Shades of Danube #688ABB

Tints of Danube #688ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.59%

R = 24.24%
G = 32.17%
B = 43.59%

CMYK

 C value IS 0.44

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#688ABB (or 0x688ABB) is known color: Danube. HEX triplet: 68, 8A and BB. RGB value is (104,138,187). Sum of RGB (Red+Green+Blue) = 104+138+187=429 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.24% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 187 (73.44% from 255 or 43.59% from 429); Max value from RGB is 187 - color contains mainly: blue. Hex color #688ABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688ABB is #977544. Grayscale: #858585. Windows color (decimal): -9925957 or 12290664. OLE color: 12290664.

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

Color convert

RGB 104 138 187 -
CMYK 0.44 0.26 0 0.27
HSL 215.42º 0.38% 0.57% -
HSV(B) 215.42º 0.44% 0.73% -
XYZ 23.77 24.71 50.53 -
YUV 133.42 158.24 107.02 -
System Red Green Blue C M Y K H S L
Decimal 104 138 187 0.44 0.26 0 0.27 215.42 0.38 0.57
Hex 68 8A BB 2C 1A 0 1B D7 26 39
Octal 150 212 273 54 32 0 33 327 46 71
Binary 1101000 10001010 10111011 101100 11010 0 11011 11010111 100110 111001

Color Harmonies of #688ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688ABB

Black with #688ABB

Text Example


Text Example

White with #688ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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