Html Css Color HEX #688ABA Danube

📋 copy color: '#688ABA'

red 104 ◦ green 138 ◦ blue 186

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

Shades of Danube #688ABA

Tints of Danube #688ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.46%

R = 24.3%
G = 32.24%
B = 43.46%

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

#688ABA (or 0x688ABA) is known color: Danube. HEX triplet: 68, 8A and BA. RGB value is (104,138,186). Sum of RGB (Red+Green+Blue) = 104+138+186=428 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.30% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #688ABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688ABA is #977545. Grayscale: #858585. Windows color (decimal): -9925958 or 12225128. OLE color: 12225128.

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

Color convert

RGB 104 138 186 -
CMYK 0.44 0.26 0 0.27
HSL 215.12º 0.37% 0.57% -
HSV(B) 215.12º 0.44% 0.73% -
XYZ 23.66 24.67 49.97 -
YUV 133.31 157.74 107.1 -
System Red Green Blue C M Y K H S L
Decimal 104 138 186 0.44 0.26 0 0.27 215.12 0.37 0.57
Hex 68 8A BA 2C 1A 0 1B D7 25 39
Octal 150 212 272 54 32 0 33 327 45 71
Binary 1101000 10001010 10111010 101100 11010 0 11011 11010111 100101 111001

Color Harmonies of #688ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688ABA

Black with #688ABA

Text Example


Text Example

White with #688ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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