Html Css Color HEX #688AC0 Danube

📋 copy color: '#688AC0'

red 104 ◦ green 138 ◦ blue 192

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

Shades of Danube #688AC0

Tints of Danube #688AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.24%

R = 23.96%
G = 31.8%
B = 44.24%

CMYK

 C value IS 0.46

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#688AC0 (or 0x688AC0) is known color: Danube. HEX triplet: 68, 8A and C0. RGB value is (104,138,192). Sum of RGB (Red+Green+Blue) = 104+138+192=434 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.96% from 434); Green value is 138 (54.30% from 255 or 31.80% from 434); Blue value is 192 (75.39% from 255 or 44.24% from 434); Max value from RGB is 192 - color contains mainly: blue. Hex color #688AC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688AC0 is #97753F. Grayscale: #858585. Windows color (decimal): -9925952 or 12618344. OLE color: 12618344.

HSL color Cylindrical-coordinate representation of color #688AC0: hue angle of 216.82º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #688AC0 is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 138 192 -
CMYK 0.46 0.28 0 0.25
HSL 216.82º 0.41% 0.58% -
HSV(B) 216.82º 0.46% 0.75% -
XYZ 24.31 24.93 53.4 -
YUV 133.99 160.74 106.61 -
System Red Green Blue C M Y K H S L
Decimal 104 138 192 0.46 0.28 0 0.25 216.82 0.41 0.58
Hex 68 8A C0 2E 1C 0 19 D9 29 3A
Octal 150 212 300 56 34 0 31 331 51 72
Binary 1101000 10001010 11000000 101110 11100 0 11001 11011001 101001 111010

Color Harmonies of #688AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688AC0

Black with #688AC0

Text Example


Text Example

White with #688AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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